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() |
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public StopDeploymentRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2017. All rights reserved.