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() |
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, withRequestMetricCollector
public 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 Object
Object.toString()
public StopDeploymentRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.