@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 service name of the resource in a task state.
|
String |
resourceType()
The action of the resource called by a task state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskScheduledEventDetails.Builder> |
serializableBuilderClass() |
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 String resourceType()
The action of the resource called by a task state.
public String resource()
The service name of the resource in a task state.
public String region()
The region of the scheduled task
public 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 Long timeoutInSeconds()
The maximum allowed duration of the task.
public Long heartbeatInSeconds()
The maximum allowed duration between two heartbeats 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.