@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkspacesPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateWorkspacesPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspacesPoolRequest |
clone() |
boolean |
equals(Object obj) |
ApplicationSettingsRequest |
getApplicationSettings()
Indicates the application settings of the WorkSpaces pool.
|
String |
getBundleId()
The identifier of the bundle for the WorkSpaces pool.
|
Capacity |
getCapacity()
The user capacity of the WorkSpaces pool.
|
String |
getDescription()
The WorkSpaces pool description.
|
String |
getDirectoryId()
The identifier of the directory for the WorkSpaces pool.
|
String |
getPoolName()
The name of the WorkSpaces pool.
|
List<Tag> |
getTags()
The tags for the WorkSpaces pool.
|
TimeoutSettings |
getTimeoutSettings()
Indicates the timeout settings of the WorkSpaces pool.
|
int |
hashCode() |
void |
setApplicationSettings(ApplicationSettingsRequest applicationSettings)
Indicates the application settings of the WorkSpaces pool.
|
void |
setBundleId(String bundleId)
The identifier of the bundle for the WorkSpaces pool.
|
void |
setCapacity(Capacity capacity)
The user capacity of the WorkSpaces pool.
|
void |
setDescription(String description)
The WorkSpaces pool description.
|
void |
setDirectoryId(String directoryId)
The identifier of the directory for the WorkSpaces pool.
|
void |
setPoolName(String poolName)
The name of the WorkSpaces pool.
|
void |
setTags(Collection<Tag> tags)
The tags for the WorkSpaces pool.
|
void |
setTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the WorkSpaces pool.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkspacesPoolRequest |
withApplicationSettings(ApplicationSettingsRequest applicationSettings)
Indicates the application settings of the WorkSpaces pool.
|
CreateWorkspacesPoolRequest |
withBundleId(String bundleId)
The identifier of the bundle for the WorkSpaces pool.
|
CreateWorkspacesPoolRequest |
withCapacity(Capacity capacity)
The user capacity of the WorkSpaces pool.
|
CreateWorkspacesPoolRequest |
withDescription(String description)
The WorkSpaces pool description.
|
CreateWorkspacesPoolRequest |
withDirectoryId(String directoryId)
The identifier of the directory for the WorkSpaces pool.
|
CreateWorkspacesPoolRequest |
withPoolName(String poolName)
The name of the WorkSpaces pool.
|
CreateWorkspacesPoolRequest |
withTags(Collection<Tag> tags)
The tags for the WorkSpaces pool.
|
CreateWorkspacesPoolRequest |
withTags(Tag... tags)
The tags for the WorkSpaces pool.
|
CreateWorkspacesPoolRequest |
withTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the 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 setPoolName(String poolName)
The name of the WorkSpaces pool.
poolName - The name of the WorkSpaces pool.public String getPoolName()
The name of the WorkSpaces pool.
public CreateWorkspacesPoolRequest withPoolName(String poolName)
The name of the WorkSpaces pool.
poolName - The name of the WorkSpaces pool.public void setDescription(String description)
The WorkSpaces pool description.
description - The WorkSpaces pool description.public String getDescription()
The WorkSpaces pool description.
public CreateWorkspacesPoolRequest withDescription(String description)
The WorkSpaces pool description.
description - The WorkSpaces pool description.public void setBundleId(String bundleId)
The identifier of the bundle for the WorkSpaces pool.
bundleId - The identifier of the bundle for the WorkSpaces pool.public String getBundleId()
The identifier of the bundle for the WorkSpaces pool.
public CreateWorkspacesPoolRequest withBundleId(String bundleId)
The identifier of the bundle for the WorkSpaces pool.
bundleId - The identifier of the bundle for the WorkSpaces pool.public void setDirectoryId(String directoryId)
The identifier of the directory for the WorkSpaces pool.
directoryId - The identifier of the directory for the WorkSpaces pool.public String getDirectoryId()
The identifier of the directory for the WorkSpaces pool.
public CreateWorkspacesPoolRequest withDirectoryId(String directoryId)
The identifier of the directory for the WorkSpaces pool.
directoryId - The identifier of the directory for the WorkSpaces pool.public void setCapacity(Capacity capacity)
The user capacity of the WorkSpaces pool.
capacity - The user capacity of the WorkSpaces pool.public Capacity getCapacity()
The user capacity of the WorkSpaces pool.
public CreateWorkspacesPoolRequest withCapacity(Capacity capacity)
The user capacity of the WorkSpaces pool.
capacity - The user capacity of the WorkSpaces pool.public List<Tag> getTags()
The tags for the WorkSpaces pool.
public void setTags(Collection<Tag> tags)
The tags for the WorkSpaces pool.
tags - The tags for the WorkSpaces pool.public CreateWorkspacesPoolRequest withTags(Tag... tags)
The tags for the WorkSpaces pool.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - The tags for the WorkSpaces pool.public CreateWorkspacesPoolRequest withTags(Collection<Tag> tags)
The tags for the WorkSpaces pool.
tags - The tags for the WorkSpaces pool.public void setApplicationSettings(ApplicationSettingsRequest applicationSettings)
Indicates the application settings of the WorkSpaces pool.
applicationSettings - Indicates the application settings of the WorkSpaces pool.public ApplicationSettingsRequest getApplicationSettings()
Indicates the application settings of the WorkSpaces pool.
public CreateWorkspacesPoolRequest withApplicationSettings(ApplicationSettingsRequest applicationSettings)
Indicates the application settings of the WorkSpaces pool.
applicationSettings - Indicates the application settings of the WorkSpaces pool.public void setTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the WorkSpaces pool.
timeoutSettings - Indicates the timeout settings of the WorkSpaces pool.public TimeoutSettings getTimeoutSettings()
Indicates the timeout settings of the WorkSpaces pool.
public CreateWorkspacesPoolRequest withTimeoutSettings(TimeoutSettings timeoutSettings)
Indicates the timeout settings of the WorkSpaces pool.
timeoutSettings - Indicates the timeout settings of the WorkSpaces pool.public String toString()
toString in class ObjectObject.toString()public CreateWorkspacesPoolRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.