@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceDirectoriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeWorkspaceDirectoriesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceDirectoriesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDirectoryIds()
The identifiers of the directories.
|
Integer |
getLimit()
The maximum number of directories to return.
|
String |
getNextToken()
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
List<String> |
getWorkspaceDirectoryNames()
The names of the WorkSpace directories.
|
int |
hashCode() |
void |
setDirectoryIds(Collection<String> directoryIds)
The identifiers of the directories.
|
void |
setLimit(Integer limit)
The maximum number of directories to return.
|
void |
setNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
void |
setWorkspaceDirectoryNames(Collection<String> workspaceDirectoryNames)
The names of the WorkSpace directories.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkspaceDirectoriesRequest |
withDirectoryIds(Collection<String> directoryIds)
The identifiers of the directories.
|
DescribeWorkspaceDirectoriesRequest |
withDirectoryIds(String... directoryIds)
The identifiers of the directories.
|
DescribeWorkspaceDirectoriesRequest |
withLimit(Integer limit)
The maximum number of directories to return.
|
DescribeWorkspaceDirectoriesRequest |
withNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
DescribeWorkspaceDirectoriesRequest |
withWorkspaceDirectoryNames(Collection<String> workspaceDirectoryNames)
The names of the WorkSpace directories.
|
DescribeWorkspaceDirectoriesRequest |
withWorkspaceDirectoryNames(String... workspaceDirectoryNames)
The names of the WorkSpace directories.
|
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 List<String> getDirectoryIds()
The identifiers of the directories. If the value is null, all directories are retrieved.
public void setDirectoryIds(Collection<String> directoryIds)
The identifiers of the directories. If the value is null, all directories are retrieved.
directoryIds
- The identifiers of the directories. If the value is null, all directories are retrieved.public DescribeWorkspaceDirectoriesRequest withDirectoryIds(String... directoryIds)
The identifiers of the directories. If the value is null, all directories are retrieved.
NOTE: This method appends the values to the existing list (if any). Use
setDirectoryIds(java.util.Collection)
or withDirectoryIds(java.util.Collection)
if you want to
override the existing values.
directoryIds
- The identifiers of the directories. If the value is null, all directories are retrieved.public DescribeWorkspaceDirectoriesRequest withDirectoryIds(Collection<String> directoryIds)
The identifiers of the directories. If the value is null, all directories are retrieved.
directoryIds
- The identifiers of the directories. If the value is null, all directories are retrieved.public List<String> getWorkspaceDirectoryNames()
The names of the WorkSpace directories.
public void setWorkspaceDirectoryNames(Collection<String> workspaceDirectoryNames)
The names of the WorkSpace directories.
workspaceDirectoryNames
- The names of the WorkSpace directories.public DescribeWorkspaceDirectoriesRequest withWorkspaceDirectoryNames(String... workspaceDirectoryNames)
The names of the WorkSpace directories.
NOTE: This method appends the values to the existing list (if any). Use
setWorkspaceDirectoryNames(java.util.Collection)
or
withWorkspaceDirectoryNames(java.util.Collection)
if you want to override the existing values.
workspaceDirectoryNames
- The names of the WorkSpace directories.public DescribeWorkspaceDirectoriesRequest withWorkspaceDirectoryNames(Collection<String> workspaceDirectoryNames)
The names of the WorkSpace directories.
workspaceDirectoryNames
- The names of the WorkSpace directories.public void setLimit(Integer limit)
The maximum number of directories to return.
limit
- The maximum number of directories to return.public Integer getLimit()
The maximum number of directories to return.
public DescribeWorkspaceDirectoriesRequest withLimit(Integer limit)
The maximum number of directories to return.
limit
- The maximum number of directories to return.public void setNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String getNextToken()
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public DescribeWorkspaceDirectoriesRequest withNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspaceDirectoriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()