@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkspacesPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateWorkspacesPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspacesPoolRequest |
clone() |
boolean |
equals(Object obj) |
ApplicationSettingsRequest |
getApplicationSettings()
The persistent application settings for users in the pool.
|
String |
getBundleId()
The identifier of the bundle.
|
Capacity |
getCapacity()
The desired capacity for the WorkSpaces pool.
|
String |
getDescription()
Describes the specified WorkSpaces pool to update.
|
String |
getDirectoryId()
The identifier of the directory.
|
String |
getPoolId()
The identifier of the specified WorkSpaces pool to update.
|
TimeoutSettings |
getTimeoutSettings()
Indicates the timeout settings of the specified WorkSpaces pool.
|
int |
hashCode() |
void |
setApplicationSettings(ApplicationSettingsRequest applicationSettings)
The persistent application settings for users in the pool.
|
void |
setBundleId(String bundleId)
The identifier of the bundle.
|
void |
setCapacity(Capacity capacity)
The desired capacity for the WorkSpaces pool.
|
void |
setDescription(String description)
Describes the specified WorkSpaces pool to update.
|
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
void |
setPoolId(String poolId)
The identifier of the specified WorkSpaces pool to update.
|
void |
setTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the specified WorkSpaces pool.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkspacesPoolRequest |
withApplicationSettings(ApplicationSettingsRequest applicationSettings)
The persistent application settings for users in the pool.
|
UpdateWorkspacesPoolRequest |
withBundleId(String bundleId)
The identifier of the bundle.
|
UpdateWorkspacesPoolRequest |
withCapacity(Capacity capacity)
The desired capacity for the WorkSpaces pool.
|
UpdateWorkspacesPoolRequest |
withDescription(String description)
Describes the specified WorkSpaces pool to update.
|
UpdateWorkspacesPoolRequest |
withDirectoryId(String directoryId)
The identifier of the directory.
|
UpdateWorkspacesPoolRequest |
withPoolId(String poolId)
The identifier of the specified WorkSpaces pool to update.
|
UpdateWorkspacesPoolRequest |
withTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the specified WorkSpaces pool.
|
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 void setPoolId(String poolId)
The identifier of the specified WorkSpaces pool to update.
poolId - The identifier of the specified WorkSpaces pool to update.public String getPoolId()
The identifier of the specified WorkSpaces pool to update.
public UpdateWorkspacesPoolRequest withPoolId(String poolId)
The identifier of the specified WorkSpaces pool to update.
poolId - The identifier of the specified WorkSpaces pool to update.public void setDescription(String description)
Describes the specified WorkSpaces pool to update.
description - Describes the specified WorkSpaces pool to update.public String getDescription()
Describes the specified WorkSpaces pool to update.
public UpdateWorkspacesPoolRequest withDescription(String description)
Describes the specified WorkSpaces pool to update.
description - Describes the specified WorkSpaces pool to update.public void setBundleId(String bundleId)
The identifier of the bundle.
bundleId - The identifier of the bundle.public String getBundleId()
The identifier of the bundle.
public UpdateWorkspacesPoolRequest withBundleId(String bundleId)
The identifier of the bundle.
bundleId - The identifier of the bundle.public void setDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public String getDirectoryId()
The identifier of the directory.
public UpdateWorkspacesPoolRequest withDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public void setCapacity(Capacity capacity)
The desired capacity for the WorkSpaces pool.
capacity - The desired capacity for the WorkSpaces pool.public Capacity getCapacity()
The desired capacity for the WorkSpaces pool.
public UpdateWorkspacesPoolRequest withCapacity(Capacity capacity)
The desired capacity for the WorkSpaces pool.
capacity - The desired capacity for the WorkSpaces pool.public void setApplicationSettings(ApplicationSettingsRequest applicationSettings)
The persistent application settings for users in the pool.
applicationSettings - The persistent application settings for users in the pool.public ApplicationSettingsRequest getApplicationSettings()
The persistent application settings for users in the pool.
public UpdateWorkspacesPoolRequest withApplicationSettings(ApplicationSettingsRequest applicationSettings)
The persistent application settings for users in the pool.
applicationSettings - The persistent application settings for users in the pool.public void setTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the specified WorkSpaces pool.
timeoutSettings - Indicates the timeout settings of the specified WorkSpaces pool.public TimeoutSettings getTimeoutSettings()
Indicates the timeout settings of the specified WorkSpaces pool.
public UpdateWorkspacesPoolRequest withTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the specified WorkSpaces pool.
timeoutSettings - Indicates the timeout settings of the specified WorkSpaces pool.public String toString()
toString in class ObjectObject.toString()public UpdateWorkspacesPoolRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.