@Generated(value="software.amazon.awssdk:codegen") public final class DeleteWarmPoolRequest extends AutoScalingRequest implements ToCopyableBuilder<DeleteWarmPoolRequest.Builder,DeleteWarmPoolRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteWarmPoolRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
autoScalingGroupName()
The name of the Auto Scaling group.
|
static DeleteWarmPoolRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteWarmPoolRequest.Builder> |
serializableBuilderClass() |
DeleteWarmPoolRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String autoScalingGroupName()
The name of the Auto Scaling group.
public final 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.
public DeleteWarmPoolRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteWarmPoolRequest.Builder,DeleteWarmPoolRequest>
toBuilder
in class AutoScalingRequest
public static DeleteWarmPoolRequest.Builder builder()
public static Class<? extends DeleteWarmPoolRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.