Class EventActionEntry
- java.lang.Object
-
- software.amazon.awssdk.services.dataexchange.model.EventActionEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EventActionEntry.Builder,EventActionEntry>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventActionEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Actionaction()What occurs after a certain event.Stringarn()The Amazon Resource Name (ARN) for the event action.static EventActionEntry.Builderbuilder()InstantcreatedAt()The date and time that the event action was created, in ISO 8601 format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Eventevent()What occurs to start an action.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier for the event action.List<SdkField<?>>sdkFields()static Class<? extends EventActionEntry.Builder>serializableBuilderClass()EventActionEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The date and time that the event action was last updated, in ISO 8601 format.-
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
-
action
public final Action action()
What occurs after a certain event.
- Returns:
- What occurs after a certain event.
-
arn
public final String arn()
The Amazon Resource Name (ARN) for the event action.
- Returns:
- The Amazon Resource Name (ARN) for the event action.
-
createdAt
public final Instant createdAt()
The date and time that the event action was created, in ISO 8601 format.
- Returns:
- The date and time that the event action was created, in ISO 8601 format.
-
event
public final Event event()
What occurs to start an action.
- Returns:
- What occurs to start an action.
-
id
public final String id()
The unique identifier for the event action.
- Returns:
- The unique identifier for the event action.
-
updatedAt
public final Instant updatedAt()
The date and time that the event action was last updated, in ISO 8601 format.
- Returns:
- The date and time that the event action was last updated, in ISO 8601 format.
-
toBuilder
public EventActionEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EventActionEntry.Builder,EventActionEntry>
-
builder
public static EventActionEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends EventActionEntry.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.
-
-