@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivityScheduledEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about an activity scheduled during an execution.
Constructor and Description |
---|
ActivityScheduledEventDetails() |
Modifier and Type | Method and Description |
---|---|
ActivityScheduledEventDetails |
clone() |
boolean |
equals(Object obj) |
Long |
getHeartbeatInSeconds()
The maximum allowed duration between two heartbeats for the activity task.
|
String |
getInput()
The JSON data input to the activity task.
|
String |
getResource()
The Amazon Resource Name (ARN) of the scheduled activity.
|
Long |
getTimeoutInSeconds()
The maximum allowed duration of the activity task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHeartbeatInSeconds(Long heartbeatInSeconds)
The maximum allowed duration between two heartbeats for the activity task.
|
void |
setInput(String input)
The JSON data input to the activity task.
|
void |
setResource(String resource)
The Amazon Resource Name (ARN) of the scheduled activity.
|
void |
setTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the activity task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ActivityScheduledEventDetails |
withHeartbeatInSeconds(Long heartbeatInSeconds)
The maximum allowed duration between two heartbeats for the activity task.
|
ActivityScheduledEventDetails |
withInput(String input)
The JSON data input to the activity task.
|
ActivityScheduledEventDetails |
withResource(String resource)
The Amazon Resource Name (ARN) of the scheduled activity.
|
ActivityScheduledEventDetails |
withTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the activity task.
|
public void setResource(String resource)
The Amazon Resource Name (ARN) of the scheduled activity.
resource
- The Amazon Resource Name (ARN) of the scheduled activity.public String getResource()
The Amazon Resource Name (ARN) of the scheduled activity.
public ActivityScheduledEventDetails withResource(String resource)
The Amazon Resource Name (ARN) of the scheduled activity.
resource
- The Amazon Resource Name (ARN) of the scheduled activity.public void setInput(String input)
The JSON data input to the activity task.
input
- The JSON data input to the activity task.public String getInput()
The JSON data input to the activity task.
public ActivityScheduledEventDetails withInput(String input)
The JSON data input to the activity task.
input
- The JSON data input to the activity task.public void setTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the activity task.
timeoutInSeconds
- The maximum allowed duration of the activity task.public Long getTimeoutInSeconds()
The maximum allowed duration of the activity task.
public ActivityScheduledEventDetails withTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the activity task.
timeoutInSeconds
- The maximum allowed duration of the activity task.public void setHeartbeatInSeconds(Long heartbeatInSeconds)
The maximum allowed duration between two heartbeats for the activity task.
heartbeatInSeconds
- The maximum allowed duration between two heartbeats for the activity task.public Long getHeartbeatInSeconds()
The maximum allowed duration between two heartbeats for the activity task.
public ActivityScheduledEventDetails withHeartbeatInSeconds(Long heartbeatInSeconds)
The maximum allowed duration between two heartbeats for the activity task.
heartbeatInSeconds
- The maximum allowed duration between two heartbeats for the activity task.public String toString()
toString
in class Object
Object.toString()
public ActivityScheduledEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.