@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResumeSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResumeSessionRequest() |
Modifier and Type | Method and Description |
---|---|
ResumeSessionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSessionId()
The ID of the disconnected session to resume.
|
int |
hashCode() |
void |
setSessionId(String sessionId)
The ID of the disconnected session to resume.
|
String |
toString()
Returns a string representation of this object.
|
ResumeSessionRequest |
withSessionId(String sessionId)
The ID of the disconnected session to resume.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSessionId(String sessionId)
The ID of the disconnected session to resume.
sessionId
- The ID of the disconnected session to resume.public String getSessionId()
The ID of the disconnected session to resume.
public ResumeSessionRequest withSessionId(String sessionId)
The ID of the disconnected session to resume.
sessionId
- The ID of the disconnected session to resume.public String toString()
toString
in class Object
Object.toString()
public ResumeSessionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.