@Generated(value="software.amazon.awssdk:codegen") public final class InstanceEventWindowStateChange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceEventWindowStateChange.Builder,InstanceEventWindowStateChange>
The state of the event window.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceEventWindowStateChange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstanceEventWindowStateChange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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 InstanceEventWindowStateChange.Builder> |
serializableBuilderClass() |
InstanceEventWindowState |
state()
The current state of the event window.
|
String |
stateAsString()
The current state of the event window.
|
InstanceEventWindowStateChange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceEventWindowId()
The ID of the event window.
public final InstanceEventWindowState state()
The current state of the event window.
If the service returns an enum value that is not available in the current SDK version, state will return
InstanceEventWindowState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
InstanceEventWindowStatepublic final String stateAsString()
The current state of the event window.
If the service returns an enum value that is not available in the current SDK version, state will return
InstanceEventWindowState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
InstanceEventWindowStatepublic InstanceEventWindowStateChange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstanceEventWindowStateChange.Builder,InstanceEventWindowStateChange>public static InstanceEventWindowStateChange.Builder builder()
public static Class<? extends InstanceEventWindowStateChange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.