@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssignedEnvironmentEnterSessionActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The assigned starting environment for a worker during session.
| Constructor and Description |
|---|
AssignedEnvironmentEnterSessionActionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
AssignedEnvironmentEnterSessionActionDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getEnvironmentId()
The environment ID of the assigned environment at the start of 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 at the start of a session.
|
String |
toString()
Returns a string representation of this object.
|
AssignedEnvironmentEnterSessionActionDefinition |
withEnvironmentId(String environmentId)
The environment ID of the assigned environment at the start of a session.
|
public AssignedEnvironmentEnterSessionActionDefinition()
public void setEnvironmentId(String environmentId)
The environment ID of the assigned environment at the start of a session.
environmentId - The environment ID of the assigned environment at the start of a session.public String getEnvironmentId()
The environment ID of the assigned environment at the start of a session.
public AssignedEnvironmentEnterSessionActionDefinition withEnvironmentId(String environmentId)
The environment ID of the assigned environment at the start of a session.
environmentId - The environment ID of the assigned environment at the start of a session.public String toString()
toString in class ObjectObject.toString()public AssignedEnvironmentEnterSessionActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.