@Generated(value="software.amazon.awssdk:codegen") public final class GetEventActionResponse extends DataExchangeResponse implements ToCopyableBuilder<GetEventActionResponse.Builder,GetEventActionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetEventActionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Action |
action()
What occurs after a certain event.
|
String |
arn()
The ARN for the event action.
|
static GetEventActionResponse.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 GetEventActionResponse.Builder> |
serializableBuilderClass() |
GetEventActionResponse.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.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Action action()
What occurs after a certain event.
public final String arn()
The 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 GetEventActionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetEventActionResponse.Builder,GetEventActionResponse>toBuilder in class AwsResponsepublic static GetEventActionResponse.Builder builder()
public static Class<? extends GetEventActionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.