@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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 pool.
|
String |
getDescription()
Describes the specified pool to update.
|
String |
getDirectoryId()
The identifier of the directory.
|
String |
getPoolId()
The identifier of the specified pool to update.
|
TimeoutSettings |
getTimeoutSettings()
Indicates the timeout settings of the specified 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 pool.
|
void |
setDescription(String description)
Describes the specified pool to update.
|
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
void |
setPoolId(String poolId)
The identifier of the specified pool to update.
|
void |
setTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the specified 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 pool.
|
UpdateWorkspacesPoolRequest |
withDescription(String description)
Describes the specified pool to update.
|
UpdateWorkspacesPoolRequest |
withDirectoryId(String directoryId)
The identifier of the directory.
|
UpdateWorkspacesPoolRequest |
withPoolId(String poolId)
The identifier of the specified pool to update.
|
UpdateWorkspacesPoolRequest |
withTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the specified 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 specified pool to update.
poolId
- The identifier of the specified pool to update.public String getPoolId()
The identifier of the specified pool to update.
public UpdateWorkspacesPoolRequest withPoolId(String poolId)
The identifier of the specified pool to update.
poolId
- The identifier of the specified pool to update.public void setDescription(String description)
Describes the specified pool to update.
description
- Describes the specified pool to update.public String getDescription()
Describes the specified pool to update.
public UpdateWorkspacesPoolRequest withDescription(String description)
Describes the specified pool to update.
description
- Describes the specified 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 pool.
capacity
- The desired capacity for the pool.public Capacity getCapacity()
The desired capacity for the pool.
public UpdateWorkspacesPoolRequest withCapacity(Capacity capacity)
The desired capacity for the pool.
capacity
- The desired capacity for the 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 pool.
timeoutSettings
- Indicates the timeout settings of the specified pool.public TimeoutSettings getTimeoutSettings()
Indicates the timeout settings of the specified pool.
public UpdateWorkspacesPoolRequest withTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the specified pool.
timeoutSettings
- Indicates the timeout settings of the specified pool.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkspacesPoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()