Class SystemEvent
- java.lang.Object
-
- software.amazon.awssdk.services.ioteventsdata.model.SystemEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SystemEvent.Builder,SystemEvent>
@Generated("software.amazon.awssdk:codegen") public final class SystemEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SystemEvent.Builder,SystemEvent>
Contains information about alarm state changes.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSystemEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemEvent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EventTypeeventType()The event type.StringeventTypeAsString()The event type.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SystemEvent.Builder>serializableBuilderClass()StateChangeConfigurationstateChangeConfiguration()Contains the configuration information of alarm state changes.SystemEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
eventType
public 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,
eventTypewill returnEventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventTypeAsString().- Returns:
- The event type. If the value is
STATE_CHANGE, the event contains information about alarm state changes. - See Also:
EventType
-
eventTypeAsString
public 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,
eventTypewill returnEventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventTypeAsString().- Returns:
- The event type. If the value is
STATE_CHANGE, the event contains information about alarm state changes. - See Also:
EventType
-
stateChangeConfiguration
public final StateChangeConfiguration stateChangeConfiguration()
Contains the configuration information of alarm state changes.
- Returns:
- Contains the configuration information of alarm state changes.
-
toBuilder
public SystemEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SystemEvent.Builder,SystemEvent>
-
builder
public static SystemEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends SystemEvent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-