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