public class ExecuteActivityParameters
extends java.lang.Object
implements java.lang.Cloneable
| コンストラクタと説明 |
|---|
ExecuteActivityParameters() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ExecuteActivityParameters |
clone() |
ExecuteActivityParameters |
createExecuteActivityParametersFromOptions(ActivitySchedulingOptions options,
ActivitySchedulingOptions optionsOverride) |
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.
|
java.lang.String |
getControl()
Returns the value of the Control property for this object.
|
long |
getHeartbeatTimeoutSeconds() |
java.lang.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() |
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 |
setControl(java.lang.String control)
Sets the value of the Control property for this object.
|
void |
setHeartbeatTimeoutSeconds(long heartbeatTimeoutSeconds) |
void |
setInput(java.lang.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(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 |
withControl(java.lang.String control)
Sets the value of the Control property for this object.
|
ExecuteActivityParameters |
withHeartbeatTimeoutSeconds(long heartbeatTimeoutSeconds) |
ExecuteActivityParameters |
withInput(java.lang.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(java.lang.String taskList)
Sets the value of the TaskList property for this object.
|
public java.lang.String getControl()
Constraints:
Length: 0 - 100000
public void setControl(java.lang.String control)
Constraints:
Length: 0 - 100000
control - The new value for the Control property for this object.public ExecuteActivityParameters withControl(java.lang.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 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 java.lang.String getInput()
Constraints:
Length: 0 - 100000
public void setInput(java.lang.String input)
Constraints:
Length: 0 - 100000
input - The new value for the Input property for this object.public ExecuteActivityParameters withInput(java.lang.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 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 ExecuteActivityParameters createExecuteActivityParametersFromOptions(ActivitySchedulingOptions options, ActivitySchedulingOptions optionsOverride)
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public ExecuteActivityParameters clone()
clone クラス内 java.lang.Object