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
-
setRestApiId
-
getRestApiId
-
withRestApiId
-
setStageName
The stage name in the RestApi that the stage key references.
- Parameters:
stageName- The stage name in the RestApi that the stage key references.
-
getStageName
The stage name in the RestApi that the stage key references.
- Returns:
- The stage name in the RestApi that the stage key references.
-
withStageName
The stage name in the RestApi that the stage key references.
- Parameters:
stageName- The stage name in the RestApi that the stage key references.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-