@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartWorkspacesPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartWorkspacesPoolRequest() |
Modifier and Type | Method and Description |
---|---|
StartWorkspacesPoolRequest |
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.
|
StartWorkspacesPoolRequest |
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, withSdkRequestTimeout
public void setPoolId(String poolId)
The identifier of the pool.
poolId
- The identifier of the pool.public String getPoolId()
The identifier of the pool.
public StartWorkspacesPoolRequest withPoolId(String poolId)
The identifier of the pool.
poolId
- The identifier of the pool.public String toString()
toString
in class Object
Object.toString()
public StartWorkspacesPoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()