@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSessionResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains the details of the started session.
| Constructor and Description |
|---|
StartSessionResult() |
| Modifier and Type | Method and Description |
|---|---|
StartSessionResult |
clone() |
boolean |
equals(Object obj) |
String |
getSessionToken()
Session token of the started session.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSessionToken(String sessionToken)
Session token of the started session.
|
String |
toString()
Returns a string representation of this object.
|
StartSessionResult |
withSessionToken(String sessionToken)
Session token of the started session.
|
public void setSessionToken(String sessionToken)
Session token of the started session. This SessionToken is required for every subsequent command
that is issued during the current session.
sessionToken - Session token of the started session. This SessionToken is required for every subsequent
command that is issued during the current session.public String getSessionToken()
Session token of the started session. This SessionToken is required for every subsequent command
that is issued during the current session.
SessionToken is required for every subsequent
command that is issued during the current session.public StartSessionResult withSessionToken(String sessionToken)
Session token of the started session. This SessionToken is required for every subsequent command
that is issued during the current session.
sessionToken - Session token of the started session. This SessionToken is required for every subsequent
command that is issued during the current session.public String toString()
toString in class ObjectObject.toString()public StartSessionResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.