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