@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() |
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteWarmPoolRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.