@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentExitSessionActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Defines the environment a session action exits from.
Constructor and Description |
---|
EnvironmentExitSessionActionDefinition() |
Modifier and Type | Method and Description |
---|---|
EnvironmentExitSessionActionDefinition |
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.
|
EnvironmentExitSessionActionDefinition |
withEnvironmentId(String environmentId)
The environment ID.
|
public EnvironmentExitSessionActionDefinition()
public void setEnvironmentId(String environmentId)
The environment ID.
environmentId
- The environment ID.public String getEnvironmentId()
The environment ID.
public EnvironmentExitSessionActionDefinition withEnvironmentId(String environmentId)
The environment ID.
environmentId
- The environment ID.public String toString()
toString
in class Object
Object.toString()
public EnvironmentExitSessionActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.