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