@Generated(value="software.amazon.awssdk:codegen") public final class EventActionEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventActionEntry.Builder,EventActionEntry>
An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventActionEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
Action |
action()
What occurs after a certain event.
|
String |
arn()
The Amazon Resource Name (ARN) for the event action.
|
static EventActionEntry.Builder |
builder() |
Instant |
createdAt()
The date and time that the event action was created, in ISO 8601 format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Event |
event()
What occurs to start an action.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the event action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventActionEntry.Builder> |
serializableBuilderClass() |
EventActionEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The date and time that the event action was last updated, in ISO 8601 format.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Action action()
What occurs after a certain event.
public final String arn()
The Amazon Resource Name (ARN) for the event action.
public final Instant createdAt()
The date and time that the event action was created, in ISO 8601 format.
public final Event event()
What occurs to start an action.
public final String id()
The unique identifier for the event action.
public final Instant updatedAt()
The date and time that the event action was last updated, in ISO 8601 format.
public EventActionEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventActionEntry.Builder,EventActionEntry>public static EventActionEntry.Builder builder()
public static Class<? extends EventActionEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.