@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionContext extends Object implements Serializable, Cloneable, StructuredPojo
Represents the context of an action in the stage of a pipeline to a job worker.
| Constructor and Description | 
|---|
| ActionContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionContext | clone() | 
| boolean | equals(Object obj) | 
| String | getActionExecutionId()
 The system-generated unique ID that corresponds to an action's execution. | 
| String | getName()
 The name of the action in the context of a job. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setActionExecutionId(String actionExecutionId)
 The system-generated unique ID that corresponds to an action's execution. | 
| void | setName(String name)
 The name of the action in the context of a job. | 
| String | toString()Returns a string representation of this object. | 
| ActionContext | withActionExecutionId(String actionExecutionId)
 The system-generated unique ID that corresponds to an action's execution. | 
| ActionContext | withName(String name)
 The name of the action in the context of a job. | 
public void setName(String name)
The name of the action in the context of a job.
name - The name of the action in the context of a job.public String getName()
The name of the action in the context of a job.
public ActionContext withName(String name)
The name of the action in the context of a job.
name - The name of the action in the context of a job.public void setActionExecutionId(String actionExecutionId)
The system-generated unique ID that corresponds to an action's execution.
actionExecutionId - The system-generated unique ID that corresponds to an action's execution.public String getActionExecutionId()
The system-generated unique ID that corresponds to an action's execution.
public ActionContext withActionExecutionId(String actionExecutionId)
The system-generated unique ID that corresponds to an action's execution.
actionExecutionId - The system-generated unique ID that corresponds to an action's execution.public String toString()
toString in class ObjectObject.toString()public ActionContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.