@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public StartSessionResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.