@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageKey extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller) |
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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.