|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.flow.generic.ExecuteActivityParameters
public class ExecuteActivityParameters
Constructor Summary | |
---|---|
ExecuteActivityParameters()
|
Method Summary | |
---|---|
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. |
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. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExecuteActivityParameters()
Method Detail |
---|
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 ExecuteActivityParameters createExecuteActivityParametersFromOptions(ActivitySchedulingOptions options, ActivitySchedulingOptions optionsOverride)
public String toString()
toString
in class Object
Object.toString()
public ExecuteActivityParameters clone()
clone
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |