@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a get deployment operation.
| Constructor and Description | 
|---|
| GetDeploymentResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetDeploymentResult | clone() | 
| boolean | equals(Object obj) | 
| DeploymentInfo | getDeploymentInfo()
 Information about the deployment. | 
| int | hashCode() | 
| void | setDeploymentInfo(DeploymentInfo deploymentInfo)
 Information about the deployment. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| GetDeploymentResult | withDeploymentInfo(DeploymentInfo deploymentInfo)
 Information about the deployment. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
deploymentInfo - Information about the deployment.public DeploymentInfo getDeploymentInfo()
Information about the deployment.
public GetDeploymentResult withDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
deploymentInfo - Information about the deployment.public String toString()
toString in class ObjectObject.toString()public GetDeploymentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.