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