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