@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWarmPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DeleteWarmPoolRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteWarmPoolRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getAutoScalingGroupName()
 The name of the Auto Scaling group. 
 | 
Boolean | 
getForceDelete()
 Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all
 instances to be terminated. 
 | 
int | 
hashCode()  | 
Boolean | 
isForceDelete()
 Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all
 instances to be terminated. 
 | 
void | 
setAutoScalingGroupName(String autoScalingGroupName)
 The name of the Auto Scaling group. 
 | 
void | 
setForceDelete(Boolean forceDelete)
 Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all
 instances to be terminated. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeleteWarmPoolRequest | 
withAutoScalingGroupName(String autoScalingGroupName)
 The name of the Auto Scaling group. 
 | 
DeleteWarmPoolRequest | 
withForceDelete(Boolean forceDelete)
 Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all
 instances to be terminated. 
 | 
addHandlerContext, 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 setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.public String getAutoScalingGroupName()
The name of the Auto Scaling group.
public DeleteWarmPoolRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.public void setForceDelete(Boolean forceDelete)
Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.
forceDelete - Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting
        for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions
        associated with the warm pool instances.public Boolean getForceDelete()
Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.
public DeleteWarmPoolRequest withForceDelete(Boolean forceDelete)
Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.
forceDelete - Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting
        for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions
        associated with the warm pool instances.public Boolean isForceDelete()
Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.
public String toString()
toString in class ObjectObject.toString()public DeleteWarmPoolRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()