@Generated(value="software.amazon.awssdk:codegen") public final class ActivityScheduledEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActivityScheduledEventDetails.Builder,ActivityScheduledEventDetails>
Contains details about an activity scheduled during an execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActivityScheduledEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActivityScheduledEventDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
heartbeatInSeconds()
The maximum allowed duration between two heartbeats for the activity task.
|
String |
input()
The JSON data input to the activity task.
|
HistoryEventExecutionDataDetails |
inputDetails()
Contains details about the input for an execution history event.
|
String |
resource()
The Amazon Resource Name (ARN) of the scheduled activity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActivityScheduledEventDetails.Builder> |
serializableBuilderClass() |
Long |
timeoutInSeconds()
The maximum allowed duration of the activity task.
|
ActivityScheduledEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resource()
The Amazon Resource Name (ARN) of the scheduled activity.
public final String input()
The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public final HistoryEventExecutionDataDetails inputDetails()
Contains details about the input for an execution history event.
public final Long timeoutInSeconds()
The maximum allowed duration of the activity task.
public final Long heartbeatInSeconds()
The maximum allowed duration between two heartbeats for the activity task.
public ActivityScheduledEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActivityScheduledEventDetails.Builder,ActivityScheduledEventDetails>public static ActivityScheduledEventDetails.Builder builder()
public static Class<? extends ActivityScheduledEventDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.