@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.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setDirectoryIds(Collection<String> directoryIds)
The identifiers of the directories.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeWorkspaceDirectoriesRequest |
withDirectoryIds(Collection<String> directoryIds)
The identifiers of the directories.
|
DescribeWorkspaceDirectoriesRequest |
withDirectoryIds(String... directoryIds)
The identifiers of the directories.
|
DescribeWorkspaceDirectoriesRequest |
withNextToken(String nextToken)
The token for 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 setNextToken(String nextToken)
The token for the next set of results. (You received this token from a previous call.)
nextToken - The token for the next set of results. (You received this token from a previous call.)public String getNextToken()
The token for the next set of results. (You received this token from a previous call.)
public DescribeWorkspaceDirectoriesRequest withNextToken(String nextToken)
The token for the next set of results. (You received this token from a previous call.)
nextToken - The token for the next set of results. (You received this token from a previous call.)public String toString()
toString in class ObjectObject.toString()public DescribeWorkspaceDirectoriesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.