| Constructor and Description | 
|---|
| ExecuteActivityParameters() | 
| Modifier and Type | Method and Description | 
|---|---|
| ExecuteActivityParameters | clone() | 
| ExecuteActivityParameters | createExecuteActivityParametersFromOptions(ActivitySchedulingOptions options,
                                          ActivitySchedulingOptions optionsOverride) | 
| String | getActivityId()Returns the value of the ActivityId property for this object. | 
| ActivityType | getActivityType()Returns the value of the ActivityType property for this object. | 
| String | getControl()Returns the value of the Control property for this object. | 
| long | getHeartbeatTimeoutSeconds() | 
| String | getInput()Returns the value of the Input property for this object. | 
| long | getScheduleToCloseTimeoutSeconds()Returns the value of the ScheduleToCloseTimeout property for this
 object. | 
| long | getScheduleToStartTimeoutSeconds()Returns the value of the ScheduleToStartTimeout property for this
 object. | 
| long | getStartToCloseTimeoutSeconds() | 
| String | getTaskList()Returns the value of the TaskList property for this object. | 
| int | getTaskPriority() | 
| void | setActivityId(String activityId)Sets the value of the ActivityId property for this object. | 
| void | setActivityType(ActivityType activityType)Sets the value of the ActivityType property for this object. | 
| void | setControl(String control)Sets the value of the Control property for this object. | 
| void | setHeartbeatTimeoutSeconds(long heartbeatTimeoutSeconds) | 
| void | setInput(String input)Sets the value of the Input property for this object. | 
| void | setScheduleToCloseTimeoutSeconds(long scheduleToCloseTimeoutSeconds)Sets the value of the ScheduleToCloseTimeout property for this object. | 
| void | setScheduleToStartTimeoutSeconds(long scheduleToStartTimeoutSeconds)Sets the value of the ScheduleToStartTimeout property for this object. | 
| void | setStartToCloseTimeoutSeconds(long startToCloseTimeoutSeconds) | 
| void | setTaskList(String taskList)Sets the value of the TaskList property for this object. | 
| void | setTaskPriority(int taskPriority) | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ExecuteActivityParameters | withActivityId(String activityId)Sets the value of the ActivityId property for this object. | 
| ExecuteActivityParameters | withActivityType(ActivityType activityType)Sets the value of the ActivityType property for this object. | 
| ExecuteActivityParameters | withControl(String control)Sets the value of the Control property for this object. | 
| ExecuteActivityParameters | withHeartbeatTimeoutSeconds(long heartbeatTimeoutSeconds) | 
| ExecuteActivityParameters | withInput(String input)Sets the value of the Input property for this object. | 
| ExecuteActivityParameters | withScheduleToCloseTimeoutSeconds(long scheduleToCloseTimeoutSeconds)Sets the value of the ScheduleToCloseTimeout property for this object. | 
| ExecuteActivityParameters | withScheduleToStartTimeoutSeconds(long scheduleToStartTimeoutSeconds)Sets the value of the ScheduleToStartTimeout property for this object. | 
| ExecuteActivityParameters | withStartToCloseTimeoutSeconds(long startToCloseTimeoutSeconds) | 
| ExecuteActivityParameters | withTaskList(String taskList)Sets the value of the TaskList property for this object. | 
| ExecuteActivityParameters | withTaskPriority(int taskPriority) | 
public String getControl()
 Constraints:
 Length: 0 - 100000
public void setControl(String control)
 Constraints:
 Length: 0 - 100000
control - The new value for the Control property for this object.public ExecuteActivityParameters withControl(String control)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 100000
control - The new value for the Control property for this object.public ActivityType getActivityType()
public void setActivityType(ActivityType activityType)
activityType - The new value for the ActivityType property for this object.public ExecuteActivityParameters withActivityType(ActivityType activityType)
Returns a reference to this object so that method calls can be chained together.
activityType - The new value for the ActivityType property for this object.public String getActivityId()
 Constraints:
 Length: 1 - 64
public void setActivityId(String activityId)
 Constraints:
 Length: 1 - 64
activityId - The new value for the ActivityId property for this object.public ExecuteActivityParameters withActivityId(String activityId)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 64
activityId - The new value for the ActivityId property for this object.public String getInput()
 Constraints:
 Length: 0 - 100000
public void setInput(String input)
 Constraints:
 Length: 0 - 100000
input - The new value for the Input property for this object.public ExecuteActivityParameters withInput(String input)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 100000
input - The new value for the Input property for this object.public long getHeartbeatTimeoutSeconds()
public void setHeartbeatTimeoutSeconds(long heartbeatTimeoutSeconds)
public ExecuteActivityParameters withHeartbeatTimeoutSeconds(long heartbeatTimeoutSeconds)
public long getScheduleToStartTimeoutSeconds()
 Constraints:
 Length: 1 - 64
public void setScheduleToStartTimeoutSeconds(long scheduleToStartTimeoutSeconds)
 Constraints:
 Length: 1 - 64
scheduleToStartTimeoutSeconds - The new value for the ScheduleToStartTimeout property for this object.public ExecuteActivityParameters withScheduleToStartTimeoutSeconds(long scheduleToStartTimeoutSeconds)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 64
scheduleToStartTimeoutSeconds - The new value for the ScheduleToStartTimeout property for this object.public long getScheduleToCloseTimeoutSeconds()
 Constraints:
 Length: 1 - 64
public void setScheduleToCloseTimeoutSeconds(long scheduleToCloseTimeoutSeconds)
 Constraints:
 Length: 1 - 64
scheduleToCloseTimeoutSeconds - The new value for the ScheduleToCloseTimeout property for this object.public ExecuteActivityParameters withScheduleToCloseTimeoutSeconds(long scheduleToCloseTimeoutSeconds)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 64
scheduleToCloseTimeoutSeconds - The new value for the ScheduleToCloseTimeout property for this object.public long getStartToCloseTimeoutSeconds()
public void setStartToCloseTimeoutSeconds(long startToCloseTimeoutSeconds)
public ExecuteActivityParameters withStartToCloseTimeoutSeconds(long startToCloseTimeoutSeconds)
public String getTaskList()
public void setTaskList(String taskList)
taskList - The new value for the TaskList property for this object.public ExecuteActivityParameters withTaskList(String taskList)
Returns a reference to this object so that method calls can be chained together.
taskList - The new value for the TaskList property for this object.public int getTaskPriority()
public void setTaskPriority(int taskPriority)
public ExecuteActivityParameters withTaskPriority(int taskPriority)
public ExecuteActivityParameters createExecuteActivityParametersFromOptions(ActivitySchedulingOptions options, ActivitySchedulingOptions optionsOverride)
public String toString()
toString in class ObjectObject.toString()public ExecuteActivityParameters clone()