public class StopDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
StopDeployment operation.
Attempts to stop an ongoing deployment.
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDeploymentId()
public void setDeploymentId(String deploymentId)
deploymentId - The unique ID of a deployment.public StopDeploymentRequest withDeploymentId(String deploymentId)
Returns a reference to this object so that method calls can be chained together.
deploymentId - The unique ID of a deployment.public String toString()
toString in class ObjectObject.toString()public StopDeploymentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.