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