Class ActivityScheduledEventDetails
- java.lang.Object
-
- software.amazon.awssdk.services.sfn.model.ActivityScheduledEventDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActivityScheduledEventDetails.Builder,ActivityScheduledEventDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActivityScheduledEventDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActivityScheduledEventDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongheartbeatInSeconds()The maximum allowed duration between two heartbeats for the activity task.Stringinput()The JSON data input to the activity task.HistoryEventExecutionDataDetailsinputDetails()Contains details about the input for an execution history event.Stringresource()The Amazon Resource Name (ARN) of the scheduled activity.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ActivityScheduledEventDetails.Builder>serializableBuilderClass()LongtimeoutInSeconds()The maximum allowed duration of the activity task.ActivityScheduledEventDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
resource
public final String resource()
The Amazon Resource Name (ARN) of the scheduled activity.
- Returns:
- The Amazon Resource Name (ARN) of the scheduled activity.
-
input
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.
- Returns:
- The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
-
inputDetails
public final HistoryEventExecutionDataDetails inputDetails()
Contains details about the input for an execution history event.
- Returns:
- Contains details about the input for an execution history event.
-
timeoutInSeconds
public final Long timeoutInSeconds()
The maximum allowed duration of the activity task.
- Returns:
- The maximum allowed duration of the activity task.
-
heartbeatInSeconds
public final Long heartbeatInSeconds()
The maximum allowed duration between two heartbeats for the activity task.
- Returns:
- The maximum allowed duration between two heartbeats for the activity task.
-
toBuilder
public ActivityScheduledEventDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActivityScheduledEventDetails.Builder,ActivityScheduledEventDetails>
-
builder
public static ActivityScheduledEventDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ActivityScheduledEventDetails.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-