Class UpdateEventActionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.dataexchange.model.DataExchangeResponse
-
- software.amazon.awssdk.services.dataexchange.model.UpdateEventActionResponse
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<UpdateEventActionResponse.Builder,UpdateEventActionResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateEventActionResponse extends DataExchangeResponse implements ToCopyableBuilder<UpdateEventActionResponse.Builder,UpdateEventActionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
UpdateEventActionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Action
action()
What occurs after a certain event.String
arn()
The ARN for the event action.static UpdateEventActionResponse.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.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends UpdateEventActionResponse.Builder>
serializableBuilderClass()
UpdateEventActionResponse.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.-
Methods inherited from class software.amazon.awssdk.services.dataexchange.model.DataExchangeResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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 ARN for the event action.
- Returns:
- The 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 UpdateEventActionResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<UpdateEventActionResponse.Builder,UpdateEventActionResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static UpdateEventActionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateEventActionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-