Class DescribeWorkspacesRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.workspaces.model.DescribeWorkspacesRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class DescribeWorkspacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the DescribeWorkspaces operation.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeWorkspacesRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeWorkspacesRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetBundleId()The identifier of a bundle to obtain the WorkSpaces for.StringgetDirectoryId()Specifies the directory identifier to which to limit the WorkSpaces.IntegergetLimit()The maximum number of items to return.StringgetNextToken()TheNextTokenvalue from a previous call to this operation.StringgetUserName()Used with theDirectoryIdparameter to specify the directory user for which to obtain the WorkSpace.List<String>getWorkspaceIds()An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information.inthashCode()voidsetBundleId(String bundleId)The identifier of a bundle to obtain the WorkSpaces for.voidsetDirectoryId(String directoryId)Specifies the directory identifier to which to limit the WorkSpaces.voidsetLimit(Integer limit)The maximum number of items to return.voidsetNextToken(String nextToken)TheNextTokenvalue from a previous call to this operation.voidsetUserName(String userName)Used with theDirectoryIdparameter to specify the directory user for which to obtain the WorkSpace.voidsetWorkspaceIds(Collection<String> workspaceIds)An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeWorkspacesRequestwithBundleId(String bundleId)The identifier of a bundle to obtain the WorkSpaces for.DescribeWorkspacesRequestwithDirectoryId(String directoryId)Specifies the directory identifier to which to limit the WorkSpaces.DescribeWorkspacesRequestwithLimit(Integer limit)The maximum number of items to return.DescribeWorkspacesRequestwithNextToken(String nextToken)TheNextTokenvalue from a previous call to this operation.DescribeWorkspacesRequestwithUserName(String userName)Used with theDirectoryIdparameter to specify the directory user for which to obtain the WorkSpace.DescribeWorkspacesRequestwithWorkspaceIds(String... workspaceIds)An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information.DescribeWorkspacesRequestwithWorkspaceIds(Collection<String> workspaceIds)An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
getWorkspaceIds
public List<String> getWorkspaceIds()
An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.
Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.
- Returns:
- An array of strings that contain the identifiers of the
WorkSpaces for which to retrieve information. This parameter
cannot be combined with any other filter parameter.
Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.
-
setWorkspaceIds
public void setWorkspaceIds(Collection<String> workspaceIds)
An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.
Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.
- Parameters:
workspaceIds- An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.
-
withWorkspaceIds
public DescribeWorkspacesRequest withWorkspaceIds(String... workspaceIds)
An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.
Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.
NOTE: This method appends the values to the existing list (if any). Use
setWorkspaceIds(java.util.Collection)orwithWorkspaceIds(java.util.Collection)if you want to override the existing values.- Parameters:
workspaceIds- An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withWorkspaceIds
public DescribeWorkspacesRequest withWorkspaceIds(Collection<String> workspaceIds)
An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.
Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.
- Parameters:
workspaceIds- An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDirectoryId
public void setDirectoryId(String directoryId)
Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the
UserNameparameter. This parameter cannot be combined with any other filter parameter.- Parameters:
directoryId- Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with theUserNameparameter. This parameter cannot be combined with any other filter parameter.
-
getDirectoryId
public String getDirectoryId()
Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the
UserNameparameter. This parameter cannot be combined with any other filter parameter.- Returns:
- Specifies the directory identifier to which to limit the
WorkSpaces. Optionally, you can specify a specific directory user
with the
UserNameparameter. This parameter cannot be combined with any other filter parameter.
-
withDirectoryId
public DescribeWorkspacesRequest withDirectoryId(String directoryId)
Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the
UserNameparameter. This parameter cannot be combined with any other filter parameter.- Parameters:
directoryId- Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with theUserNameparameter. This parameter cannot be combined with any other filter parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUserName
public void setUserName(String userName)
Used with the
DirectoryIdparameter to specify the directory user for which to obtain the WorkSpace.- Parameters:
userName- Used with theDirectoryIdparameter to specify the directory user for which to obtain the WorkSpace.
-
getUserName
public String getUserName()
Used with the
DirectoryIdparameter to specify the directory user for which to obtain the WorkSpace.- Returns:
- Used with the
DirectoryIdparameter to specify the directory user for which to obtain the WorkSpace.
-
withUserName
public DescribeWorkspacesRequest withUserName(String userName)
Used with the
DirectoryIdparameter to specify the directory user for which to obtain the WorkSpace.- Parameters:
userName- Used with theDirectoryIdparameter to specify the directory user for which to obtain the WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setBundleId
public void setBundleId(String bundleId)
The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.
- Parameters:
bundleId- The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.
-
getBundleId
public String getBundleId()
The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.
- Returns:
- The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.
-
withBundleId
public DescribeWorkspacesRequest withBundleId(String bundleId)
The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.
- Parameters:
bundleId- The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
public void setLimit(Integer limit)
The maximum number of items to return.
- Parameters:
limit- The maximum number of items to return.
-
getLimit
public Integer getLimit()
The maximum number of items to return.
- Returns:
- The maximum number of items to return.
-
withLimit
public DescribeWorkspacesRequest withLimit(Integer limit)
The maximum number of items to return.
- Parameters:
limit- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
public void setNextToken(String nextToken)
The
NextTokenvalue from a previous call to this operation. Pass null if this is the first call.- Parameters:
nextToken- TheNextTokenvalue from a previous call to this operation. Pass null if this is the first call.
-
getNextToken
public String getNextToken()
The
NextTokenvalue from a previous call to this operation. Pass null if this is the first call.- Returns:
- The
NextTokenvalue from a previous call to this operation. Pass null if this is the first call.
-
withNextToken
public DescribeWorkspacesRequest withNextToken(String nextToken)
The
NextTokenvalue from a previous call to this operation. Pass null if this is the first call.- Parameters:
nextToken- TheNextTokenvalue from a previous call to this operation. Pass null if this is the first call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeWorkspacesRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-