Class StageKey
java.lang.Object
com.amazonaws.services.apigateway.model.StageKey
- All Implemented Interfaces:
Serializable, Cloneable
A reference to a unique stage identified in the format
{restApiId}/{stage}.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe stage name in the RestApi that the stage key references.inthashCode()voidsetRestApiId(String restApiId) voidsetStageName(String stageName) The stage name in the RestApi that the stage key references.toString()Returns a string representation of this object; useful for testing and debugging.withRestApiId(String restApiId) withStageName(String stageName) The stage name in the RestApi that the stage key references.
-
Constructor Details
-
StageKey
public StageKey()
-
-
Method Details