public class StopDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a stop deployment operation.
NOOP| Constructor and Description | 
|---|
| StopDeploymentRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| StopDeploymentRequest | clone()Creates a shallow clone of this request. | 
| 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; useful for testing and
 debugging. | 
| StopDeploymentRequest | withDeploymentId(String deploymentId)
 The unique ID of a deployment. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 StopDeploymentRequest 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 StopDeploymentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.