@Generated(value="software.amazon.awssdk:codegen") public final class SystemEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SystemEvent.Builder,SystemEvent>
Contains information about alarm state changes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SystemEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SystemEvent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EventType |
eventType()
The event type.
|
String |
eventTypeAsString()
The event type.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SystemEvent.Builder> |
serializableBuilderClass() |
StateChangeConfiguration |
stateChangeConfiguration()
Contains the configuration information of alarm state changes.
|
SystemEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EventType eventType()
The event type. If the value is STATE_CHANGE, the event contains information about alarm state
changes.
If the service returns an enum value that is not available in the current SDK version, eventType will
return EventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventTypeAsString().
STATE_CHANGE, the event contains information about alarm
state changes.EventTypepublic final String eventTypeAsString()
The event type. If the value is STATE_CHANGE, the event contains information about alarm state
changes.
If the service returns an enum value that is not available in the current SDK version, eventType will
return EventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventTypeAsString().
STATE_CHANGE, the event contains information about alarm
state changes.EventTypepublic final StateChangeConfiguration stateChangeConfiguration()
Contains the configuration information of alarm state changes.
public SystemEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SystemEvent.Builder,SystemEvent>public static SystemEvent.Builder builder()
public static Class<? extends SystemEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.