@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateWorkspacesPoolSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| TerminateWorkspacesPoolSessionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| TerminateWorkspacesPoolSessionRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getSessionId()
 The identifier of the pool session. | 
| int | hashCode() | 
| void | setSessionId(String sessionId)
 The identifier of the pool session. | 
| String | toString()Returns a string representation of this object. | 
| TerminateWorkspacesPoolSessionRequest | withSessionId(String sessionId)
 The identifier of the pool session. | 
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, withSdkRequestTimeoutpublic TerminateWorkspacesPoolSessionRequest()
public void setSessionId(String sessionId)
The identifier of the pool session.
sessionId - The identifier of the pool session.public String getSessionId()
The identifier of the pool session.
public TerminateWorkspacesPoolSessionRequest withSessionId(String sessionId)
The identifier of the pool session.
sessionId - The identifier of the pool session.public String toString()
toString in class ObjectObject.toString()public TerminateWorkspacesPoolSessionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.