public class DescribeWorkspaceDirectoriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the DescribeWorkspaceDirectories operation.
NOOP
Constructor and Description |
---|
DescribeWorkspaceDirectoriesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceDirectoriesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getDirectoryIds()
An array of strings that contains the directory identifiers to retrieve
information for.
|
String |
getNextToken()
The
NextToken value from a previous call to this operation. |
int |
hashCode() |
void |
setDirectoryIds(Collection<String> directoryIds)
An array of strings that contains the directory identifiers to retrieve
information for.
|
void |
setNextToken(String nextToken)
The
NextToken value from a previous call to this operation. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeWorkspaceDirectoriesRequest |
withDirectoryIds(Collection<String> directoryIds)
An array of strings that contains the directory identifiers to retrieve
information for.
|
DescribeWorkspaceDirectoriesRequest |
withDirectoryIds(String... directoryIds)
An array of strings that contains the directory identifiers to retrieve
information for.
|
DescribeWorkspaceDirectoriesRequest |
withNextToken(String nextToken)
The
NextToken value from a previous call to this operation. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getDirectoryIds()
An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.
public void setDirectoryIds(Collection<String> directoryIds)
An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.
directoryIds
- An array of strings that contains the directory identifiers to
retrieve information for. If this member is null, all directories
are retrieved.public DescribeWorkspaceDirectoriesRequest withDirectoryIds(String... directoryIds)
An array of strings that contains the directory identifiers to retrieve information for. If this member 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
- An array of strings that contains the directory identifiers to
retrieve information for. If this member is null, all directories
are retrieved.public DescribeWorkspaceDirectoriesRequest withDirectoryIds(Collection<String> directoryIds)
An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.
directoryIds
- An array of strings that contains the directory identifiers to
retrieve information for. If this member is null, all directories
are retrieved.public void setNextToken(String nextToken)
The NextToken
value from a previous call to this operation.
Pass null if this is the first call.
nextToken
- The NextToken
value from a previous call to this
operation. Pass null if this is the first call.public String getNextToken()
The NextToken
value from a previous call to this operation.
Pass null if this is the first call.
NextToken
value from a previous call to this
operation. Pass null if this is the first call.public DescribeWorkspaceDirectoriesRequest withNextToken(String nextToken)
The NextToken
value from a previous call to this operation.
Pass null if this is the first call.
nextToken
- The NextToken
value from a previous call to this
operation. Pass null if this is the first 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.