StructuredPojo
, ToCopyableBuilder<ActivityScheduledEventDetails.Builder,ActivityScheduledEventDetails>
@Generated("software.amazon.awssdk:codegen") public class ActivityScheduledEventDetails extends Object implements StructuredPojo, ToCopyableBuilder<ActivityScheduledEventDetails.Builder,ActivityScheduledEventDetails>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ActivityScheduledEventDetails.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ActivityScheduledEventDetails.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
resource() |
The Amazon Resource Name (ARN) of the scheduled activity.
|
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() |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.