@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
TerminateSessionResult() |
| Modifier and Type | Method and Description |
|---|---|
TerminateSessionResult |
clone() |
boolean |
equals(Object obj) |
String |
getSessionId()
The ID of the session that has been terminated.
|
int |
hashCode() |
void |
setSessionId(String sessionId)
The ID of the session that has been terminated.
|
String |
toString()
Returns a string representation of this object.
|
TerminateSessionResult |
withSessionId(String sessionId)
The ID of the session that has been terminated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSessionId(String sessionId)
The ID of the session that has been terminated.
sessionId - The ID of the session that has been terminated.public String getSessionId()
The ID of the session that has been terminated.
public TerminateSessionResult withSessionId(String sessionId)
The ID of the session that has been terminated.
sessionId - The ID of the session that has been terminated.public String toString()
toString in class ObjectObject.toString()public TerminateSessionResult clone()