public class ExpireSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ExpireSessionRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExpireSessionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSessionId()
The unique identifier of the streaming session to be stopped.
|
int |
hashCode() |
void |
setSessionId(String sessionId)
The unique identifier of the streaming session to be stopped.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExpireSessionRequest |
withSessionId(String sessionId)
The unique identifier of the streaming session to be stopped.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSessionId(String sessionId)
The unique identifier of the streaming session to be stopped.
sessionId - The unique identifier of the streaming session to be stopped.public String getSessionId()
The unique identifier of the streaming session to be stopped.
public ExpireSessionRequest withSessionId(String sessionId)
The unique identifier of the streaming session to be stopped.
sessionId - The unique identifier of the streaming session to be stopped.public String toString()
toString in class ObjectObject.toString()public ExpireSessionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.