@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) |
<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.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String resource()
The Amazon Resource Name (ARN) of the scheduled activity.
public String input()
The JSON data input to the activity task.
public Long timeoutInSeconds()
The maximum allowed duration of the activity task.
public Long heartbeatInSeconds()
The maximum allowed duration between two heartbeats for the activity task.
public ActivityScheduledEventDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ActivityScheduledEventDetails.Builder,ActivityScheduledEventDetails>
public static ActivityScheduledEventDetails.Builder builder()
public static Class<? extends ActivityScheduledEventDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.