@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopBulkDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StopBulkDeploymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
StopBulkDeploymentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBulkDeploymentId()
The ID of the bulk deployment.
|
int |
hashCode() |
void |
setBulkDeploymentId(String bulkDeploymentId)
The ID of the bulk deployment.
|
String |
toString()
Returns a string representation of this object.
|
StopBulkDeploymentRequest |
withBulkDeploymentId(String bulkDeploymentId)
The ID of the bulk deployment.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setBulkDeploymentId(String bulkDeploymentId)
bulkDeploymentId - The ID of the bulk deployment.public String getBulkDeploymentId()
public StopBulkDeploymentRequest withBulkDeploymentId(String bulkDeploymentId)
bulkDeploymentId - The ID of the bulk deployment.public String toString()
toString in class ObjectObject.toString()public StopBulkDeploymentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.