@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentArn()
The arn of the deployment.
|
String |
getDeploymentId()
The id of the deployment.
|
int |
hashCode() |
void |
setDeploymentArn(String deploymentArn)
The arn of the deployment.
|
void |
setDeploymentId(String deploymentId)
The id of the deployment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDeploymentResult |
withDeploymentArn(String deploymentArn)
The arn of the deployment.
|
CreateDeploymentResult |
withDeploymentId(String deploymentId)
The id of the deployment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeploymentArn(String deploymentArn)
deploymentArn
- The arn of the deployment.public String getDeploymentArn()
public CreateDeploymentResult withDeploymentArn(String deploymentArn)
deploymentArn
- The arn of the deployment.public void setDeploymentId(String deploymentId)
deploymentId
- The id of the deployment.public String getDeploymentId()
public CreateDeploymentResult withDeploymentId(String deploymentId)
deploymentId
- The id of the deployment.public String toString()
toString
in class Object
Object.toString()
public CreateDeploymentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.