public class StageKey extends Object implements Serializable, Cloneable
A reference to a unique stage identified in the format
{restApiId}/{stage}
.
Constructor and Description |
---|
StageKey() |
Modifier and Type | Method and Description |
---|---|
StageKey |
clone() |
boolean |
equals(Object obj) |
String |
getRestApiId()
|
String |
getStageName()
The stage name in the RestApi that the stage key references.
|
int |
hashCode() |
void |
setRestApiId(String restApiId)
|
void |
setStageName(String stageName)
The stage name in the RestApi that the stage key references.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StageKey |
withRestApiId(String restApiId)
|
StageKey |
withStageName(String stageName)
The stage name in the RestApi that the stage key references.
|
public void setRestApiId(String restApiId)
public String getRestApiId()
public void setStageName(String stageName)
The stage name in the RestApi that the stage key references.
stageName
- The stage name in the RestApi that the stage key
references.public String getStageName()
The stage name in the RestApi that the stage key references.
public StageKey withStageName(String stageName)
The stage name in the RestApi that the stage key references.
stageName
- The stage name in the RestApi that the stage key
references.public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.