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