@Generated(value="software.amazon.awssdk:codegen") public final class TaskScheduledEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskScheduledEventDetails.Builder,TaskScheduledEventDetails>
Contains details about a task scheduled during an execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskScheduledEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskScheduledEventDetails.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 task.
|
String |
parameters()
The JSON data passed to the resource referenced in a task state.
|
String |
region()
The region of the scheduled task
|
String |
resource()
The action of the resource called by a task state.
|
String |
resourceType()
The service name of the resource in a task state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskScheduledEventDetails.Builder> |
serializableBuilderClass() |
TaskCredentials |
taskCredentials()
The credentials that Step Functions uses for the task.
|
Long |
timeoutInSeconds()
The maximum allowed duration of the task.
|
TaskScheduledEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceType()
The service name of the resource in a task state.
public final String resource()
The action of the resource called by a task state.
public final String region()
The region of the scheduled task
public final String parameters()
The JSON data passed to the resource referenced in a task state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public final Long timeoutInSeconds()
The maximum allowed duration of the task.
public final Long heartbeatInSeconds()
The maximum allowed duration between two heartbeats for the task.
public final TaskCredentials taskCredentials()
The credentials that Step Functions uses for the task.
public TaskScheduledEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskScheduledEventDetails.Builder,TaskScheduledEventDetails>public static TaskScheduledEventDetails.Builder builder()
public static Class<? extends TaskScheduledEventDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.