@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartCisSessionMessage extends Object implements Serializable, Cloneable, StructuredPojo
The start CIS session message.
Constructor and Description |
---|
StartCisSessionMessage() |
Modifier and Type | Method and Description |
---|---|
StartCisSessionMessage |
clone() |
boolean |
equals(Object obj) |
String |
getSessionToken()
The unique token that identifies the CIS session.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSessionToken(String sessionToken)
The unique token that identifies the CIS session.
|
String |
toString()
Returns a string representation of this object.
|
StartCisSessionMessage |
withSessionToken(String sessionToken)
The unique token that identifies the CIS session.
|
public void setSessionToken(String sessionToken)
The unique token that identifies the CIS session.
sessionToken
- The unique token that identifies the CIS session.public String getSessionToken()
The unique token that identifies the CIS session.
public StartCisSessionMessage withSessionToken(String sessionToken)
The unique token that identifies the CIS session.
sessionToken
- The unique token that identifies the CIS session.public String toString()
toString
in class Object
Object.toString()
public StartCisSessionMessage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.