@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateWorkspacesPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
TerminateWorkspacesPoolRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
TerminateWorkspacesPoolRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getPoolId()
 The identifier of the pool. 
 | 
int | 
hashCode()  | 
void | 
setPoolId(String poolId)
 The identifier of the pool. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
TerminateWorkspacesPoolRequest | 
withPoolId(String poolId)
 The identifier of the pool. 
 | 
addHandlerContext, 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 void setPoolId(String poolId)
The identifier of the pool.
poolId - The identifier of the pool.public String getPoolId()
The identifier of the pool.
public TerminateWorkspacesPoolRequest withPoolId(String poolId)
The identifier of the pool.
poolId - The identifier of the pool.public String toString()
toString in class ObjectObject.toString()public TerminateWorkspacesPoolRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()