@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssignedEnvironmentExitSessionActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The assigned environment when a worker exits a session.
| Constructor and Description |
|---|
AssignedEnvironmentExitSessionActionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
AssignedEnvironmentExitSessionActionDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getEnvironmentId()
The environment ID of the assigned environment when exiting a session.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnvironmentId(String environmentId)
The environment ID of the assigned environment when exiting a session.
|
String |
toString()
Returns a string representation of this object.
|
AssignedEnvironmentExitSessionActionDefinition |
withEnvironmentId(String environmentId)
The environment ID of the assigned environment when exiting a session.
|
public AssignedEnvironmentExitSessionActionDefinition()
public void setEnvironmentId(String environmentId)
The environment ID of the assigned environment when exiting a session.
environmentId - The environment ID of the assigned environment when exiting a session.public String getEnvironmentId()
The environment ID of the assigned environment when exiting a session.
public AssignedEnvironmentExitSessionActionDefinition withEnvironmentId(String environmentId)
The environment ID of the assigned environment when exiting a session.
environmentId - The environment ID of the assigned environment when exiting a session.public String toString()
toString in class ObjectObject.toString()public AssignedEnvironmentExitSessionActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.