@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetDeploymentResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetDeploymentResult | clone() | 
| boolean | equals(Object obj) | 
| Deployment | getDeployment()
 The detailed data of the requested deployment. | 
| int | hashCode() | 
| void | setDeployment(Deployment deployment)
 The detailed data of the requested deployment. | 
| String | toString()Returns a string representation of this object. | 
| GetDeploymentResult | withDeployment(Deployment deployment)
 The detailed data of the requested deployment. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDeployment(Deployment deployment)
The detailed data of the requested deployment.
deployment - The detailed data of the requested deployment.public Deployment getDeployment()
The detailed data of the requested deployment.
public GetDeploymentResult withDeployment(Deployment deployment)
The detailed data of the requested deployment.
deployment - The detailed data of the requested deployment.public String toString()
toString in class ObjectObject.toString()public GetDeploymentResult clone()