public class ExecuteActivityParameters
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
ExecuteActivityParameters() |
Modifier and Type | Method and Description |
---|---|
ExecuteActivityParameters |
copy() |
java.lang.String |
getActivityId()
Returns the value of the ActivityId property for this object.
|
ActivityType |
getActivityType()
Returns the value of the ActivityType property for this object.
|
long |
getHeartbeatTimeoutSeconds() |
byte[] |
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() |
java.lang.String |
getTaskList()
Returns the value of the TaskList property for this object.
|
void |
setActivityId(java.lang.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 |
setHeartbeatTimeoutSeconds(long heartbeatTimeoutSeconds) |
void |
setInput(byte[] 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(java.lang.String taskList)
Sets the value of the TaskList property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExecuteActivityParameters |
withActivityId(java.lang.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 |
withHeartbeatTimeoutSeconds(long heartbeatTimeoutSeconds) |
ExecuteActivityParameters |
withInput(byte[] 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(java.lang.String taskList)
Sets the value of the TaskList 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 java.lang.String getActivityId()
Constraints:
Length: 1 - 64
public void setActivityId(java.lang.String activityId)
Constraints:
Length: 1 - 64
activityId
- The new value for the ActivityId property for this object.public ExecuteActivityParameters withActivityId(java.lang.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 byte[] getInput()
Constraints:
Length: 0 - 100000
public void setInput(byte[] input)
Constraints:
Length: 0 - 100000
input
- The new value for the Input property for this object.public ExecuteActivityParameters withInput(byte[] 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 java.lang.String getTaskList()
public void setTaskList(java.lang.String taskList)
taskList
- The new value for the TaskList property for this object.public ExecuteActivityParameters withTaskList(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public ExecuteActivityParameters copy()