@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a CreateDeployment operation.
| Constructor and Description | 
|---|
CreateDeploymentResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDeploymentResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDeploymentId()
 The unique ID of a deployment. 
 | 
int | 
hashCode()  | 
void | 
setDeploymentId(String deploymentId)
 The unique ID of a deployment. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateDeploymentResult | 
withDeploymentId(String deploymentId)
 The unique ID of a deployment. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDeploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId - The unique ID of a deployment.public String getDeploymentId()
The unique ID of a deployment.
public CreateDeploymentResult withDeploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId - The unique ID of a deployment.public String toString()
toString in class ObjectObject.toString()public CreateDeploymentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.