@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateStageResult() |
Modifier and Type | Method and Description |
---|---|
CreateStageResult |
clone() |
boolean |
equals(Object obj) |
StageDetails |
getStage()
Properties that describe the stage.
|
int |
hashCode() |
void |
setStage(StageDetails stage)
Properties that describe the stage.
|
String |
toString()
Returns a string representation of this object.
|
CreateStageResult |
withStage(StageDetails stage)
Properties that describe the stage.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStage(StageDetails stage)
Properties that describe the stage.
stage
- Properties that describe the stage.public StageDetails getStage()
Properties that describe the stage.
public CreateStageResult withStage(StageDetails stage)
Properties that describe the stage.
stage
- Properties that describe the stage.public String toString()
toString
in class Object
Object.toString()
public CreateStageResult clone()