@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 Object
Object.toString()
public EnvironmentEnterSessionActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.