@Generated(value="software.amazon.awssdk:codegen") public final class CreateEventActionResponse extends DataExchangeResponse implements ToCopyableBuilder<CreateEventActionResponse.Builder,CreateEventActionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateEventActionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Action |
action()
What occurs after a certain event.
|
String |
arn()
The ARN for the event action.
|
static CreateEventActionResponse.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 CreateEventActionResponse.Builder> |
serializableBuilderClass() |
CreateEventActionResponse.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 CreateEventActionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateEventActionResponse.Builder,CreateEventActionResponse>toBuilder in class AwsResponsepublic static CreateEventActionResponse.Builder builder()
public static Class<? extends CreateEventActionResponse.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.