@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaskScheduledEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a task scheduled during an execution.
| Constructor and Description | 
|---|
| TaskScheduledEventDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskScheduledEventDetails | clone() | 
| boolean | equals(Object obj) | 
| String | getParameters()
 The JSON data passed to the resource referenced in a task state. | 
| String | getRegion()
 The region of the scheduled task | 
| String | getResource()
 The service name of the resource in a task state. | 
| String | getResourceType()
 The action of the resource called by a task state. | 
| Long | getTimeoutInSeconds()
 The maximum allowed duration of the task. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setParameters(String parameters)
 The JSON data passed to the resource referenced in a task state. | 
| void | setRegion(String region)
 The region of the scheduled task | 
| void | setResource(String resource)
 The service name of the resource in a task state. | 
| void | setResourceType(String resourceType)
 The action of the resource called by a task state. | 
| void | setTimeoutInSeconds(Long timeoutInSeconds)
 The maximum allowed duration of the task. | 
| String | toString()Returns a string representation of this object. | 
| TaskScheduledEventDetails | withParameters(String parameters)
 The JSON data passed to the resource referenced in a task state. | 
| TaskScheduledEventDetails | withRegion(String region)
 The region of the scheduled task | 
| TaskScheduledEventDetails | withResource(String resource)
 The service name of the resource in a task state. | 
| TaskScheduledEventDetails | withResourceType(String resourceType)
 The action of the resource called by a task state. | 
| TaskScheduledEventDetails | withTimeoutInSeconds(Long timeoutInSeconds)
 The maximum allowed duration of the task. | 
public void setResourceType(String resourceType)
The action of the resource called by a task state.
resourceType - The action of the resource called by a task state.public String getResourceType()
The action of the resource called by a task state.
public TaskScheduledEventDetails withResourceType(String resourceType)
The action of the resource called by a task state.
resourceType - The action of the resource called by a task state.public void setResource(String resource)
The service name of the resource in a task state.
resource - The service name of the resource in a task state.public String getResource()
The service name of the resource in a task state.
public TaskScheduledEventDetails withResource(String resource)
The service name of the resource in a task state.
resource - The service name of the resource in a task state.public void setRegion(String region)
The region of the scheduled task
region - The region of the scheduled taskpublic String getRegion()
The region of the scheduled task
public TaskScheduledEventDetails withRegion(String region)
The region of the scheduled task
region - The region of the scheduled taskpublic void setParameters(String parameters)
The JSON data passed to the resource referenced in a task state.
parameters - The JSON data passed to the resource referenced in a task state.public String getParameters()
The JSON data passed to the resource referenced in a task state.
public TaskScheduledEventDetails withParameters(String parameters)
The JSON data passed to the resource referenced in a task state.
parameters - The JSON data passed to the resource referenced in a task state.public void setTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the task.
timeoutInSeconds - The maximum allowed duration of the task.public Long getTimeoutInSeconds()
The maximum allowed duration of the task.
public TaskScheduledEventDetails withTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the task.
timeoutInSeconds - The maximum allowed duration of the task.public String toString()
toString in class ObjectObject.toString()public TaskScheduledEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.