@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssignedTaskRunSessionActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The specific task, step, and parameters to include.
| Constructor and Description |
|---|
AssignedTaskRunSessionActionDefinition() |
public AssignedTaskRunSessionActionDefinition()
public Map<String,TaskParameterValue> getParameters()
The parameters to include.
public void setParameters(Map<String,TaskParameterValue> parameters)
The parameters to include.
parameters - The parameters to include.public AssignedTaskRunSessionActionDefinition withParameters(Map<String,TaskParameterValue> parameters)
The parameters to include.
parameters - The parameters to include.public AssignedTaskRunSessionActionDefinition addParametersEntry(String key, TaskParameterValue value)
public AssignedTaskRunSessionActionDefinition clearParametersEntries()
public void setStepId(String stepId)
The step ID.
stepId - The step ID.public String getStepId()
The step ID.
public AssignedTaskRunSessionActionDefinition withStepId(String stepId)
The step ID.
stepId - The step ID.public void setTaskId(String taskId)
The task ID.
taskId - The task ID.public String getTaskId()
The task ID.
public AssignedTaskRunSessionActionDefinition withTaskId(String taskId)
The task ID.
taskId - The task ID.public String toString()
toString in class ObjectObject.toString()public AssignedTaskRunSessionActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.