@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.
|
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 |
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 |
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, 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 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.