@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()
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, 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 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 Object
Object.toString()
public DescribeWorkspaceDirectoriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.