@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() |
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. |
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. |
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. |
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 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 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 ObjectObject.toString()public DescribeWorkspaceDirectoriesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.