@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SessionActionDefinitionSummary extends Object implements Serializable, Cloneable, StructuredPojo
The details of a session action definition.
Constructor and Description |
---|
SessionActionDefinitionSummary() |
public void setEnvEnter(EnvironmentEnterSessionActionDefinitionSummary envEnter)
The environment to enter into.
envEnter
- The environment to enter into.public EnvironmentEnterSessionActionDefinitionSummary getEnvEnter()
The environment to enter into.
public SessionActionDefinitionSummary withEnvEnter(EnvironmentEnterSessionActionDefinitionSummary envEnter)
The environment to enter into.
envEnter
- The environment to enter into.public void setEnvExit(EnvironmentExitSessionActionDefinitionSummary envExit)
The environment to exit from.
envExit
- The environment to exit from.public EnvironmentExitSessionActionDefinitionSummary getEnvExit()
The environment to exit from.
public SessionActionDefinitionSummary withEnvExit(EnvironmentExitSessionActionDefinitionSummary envExit)
The environment to exit from.
envExit
- The environment to exit from.public void setSyncInputJobAttachments(SyncInputJobAttachmentsSessionActionDefinitionSummary syncInputJobAttachments)
The job attachments to sync with the session action definition.
syncInputJobAttachments
- The job attachments to sync with the session action definition.public SyncInputJobAttachmentsSessionActionDefinitionSummary getSyncInputJobAttachments()
The job attachments to sync with the session action definition.
public SessionActionDefinitionSummary withSyncInputJobAttachments(SyncInputJobAttachmentsSessionActionDefinitionSummary syncInputJobAttachments)
The job attachments to sync with the session action definition.
syncInputJobAttachments
- The job attachments to sync with the session action definition.public void setTaskRun(TaskRunSessionActionDefinitionSummary taskRun)
The task run.
taskRun
- The task run.public TaskRunSessionActionDefinitionSummary getTaskRun()
The task run.
public SessionActionDefinitionSummary withTaskRun(TaskRunSessionActionDefinitionSummary taskRun)
The task run.
taskRun
- The task run.public String toString()
toString
in class Object
Object.toString()
public SessionActionDefinitionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.