@Generated(value="software.amazon.awssdk:codegen") public final class DeleteInstanceEventWindowRequest extends Ec2Request implements ToCopyableBuilder<DeleteInstanceEventWindowRequest.Builder,DeleteInstanceEventWindowRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteInstanceEventWindowRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DeleteInstanceEventWindowRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceDelete()
Specify
true to force delete the event window. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceEventWindowId()
The ID of the event window.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteInstanceEventWindowRequest.Builder> |
serializableBuilderClass() |
DeleteInstanceEventWindowRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Boolean forceDelete()
Specify true
to force delete the event window. Use the force delete parameter if the event window is
currently associated with targets.
true
to force delete the event window. Use the force delete parameter if the event
window is currently associated with targets.public final String instanceEventWindowId()
The ID of the event window.
public DeleteInstanceEventWindowRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteInstanceEventWindowRequest.Builder,DeleteInstanceEventWindowRequest>
toBuilder
in class Ec2Request
public static DeleteInstanceEventWindowRequest.Builder builder()
public static Class<? extends DeleteInstanceEventWindowRequest.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 © 2023. All rights reserved.