@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) |
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)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.