@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SkipWaitTimeForInstanceTerminationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
SkipWaitTimeForInstanceTerminationRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
SkipWaitTimeForInstanceTerminationRequest | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDeploymentId()
 The ID of the blue/green deployment for which you want to skip the instance termination wait time. 
 | 
int | 
hashCode()  | 
void | 
setDeploymentId(String deploymentId)
 The ID of the blue/green deployment for which you want to skip the instance termination wait time. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
SkipWaitTimeForInstanceTerminationRequest | 
withDeploymentId(String deploymentId)
 The ID of the blue/green deployment for which you want to skip the instance termination wait time. 
 | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic SkipWaitTimeForInstanceTerminationRequest()
public void setDeploymentId(String deploymentId)
The ID of the blue/green deployment for which you want to skip the instance termination wait time.
deploymentId - The ID of the blue/green deployment for which you want to skip the instance termination wait time.public String getDeploymentId()
The ID of the blue/green deployment for which you want to skip the instance termination wait time.
public SkipWaitTimeForInstanceTerminationRequest withDeploymentId(String deploymentId)
The ID of the blue/green deployment for which you want to skip the instance termination wait time.
deploymentId - The ID of the blue/green deployment for which you want to skip the instance termination wait time.public String toString()
toString in class ObjectObject.toString()public SkipWaitTimeForInstanceTerminationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.