@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDocumentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDocumentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDocumentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DocumentFilter> |
getDocumentFilterList()
This data type is deprecated.
|
List<DocumentKeyValuesFilter> |
getFilters()
One or more
DocumentKeyValuesFilter objects. |
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setDocumentFilterList(Collection<DocumentFilter> documentFilterList)
This data type is deprecated.
|
void |
setFilters(Collection<DocumentKeyValuesFilter> filters)
One or more
DocumentKeyValuesFilter objects. |
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object.
|
ListDocumentsRequest |
withDocumentFilterList(Collection<DocumentFilter> documentFilterList)
This data type is deprecated.
|
ListDocumentsRequest |
withDocumentFilterList(DocumentFilter... documentFilterList)
This data type is deprecated.
|
ListDocumentsRequest |
withFilters(Collection<DocumentKeyValuesFilter> filters)
One or more
DocumentKeyValuesFilter objects. |
ListDocumentsRequest |
withFilters(DocumentKeyValuesFilter... filters)
One or more
DocumentKeyValuesFilter objects. |
ListDocumentsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListDocumentsRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
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<DocumentFilter> getDocumentFilterList()
This data type is deprecated. Instead, use Filters.
Filters.public void setDocumentFilterList(Collection<DocumentFilter> documentFilterList)
This data type is deprecated. Instead, use Filters.
documentFilterList - This data type is deprecated. Instead, use Filters.public ListDocumentsRequest withDocumentFilterList(DocumentFilter... documentFilterList)
This data type is deprecated. Instead, use Filters.
NOTE: This method appends the values to the existing list (if any). Use
setDocumentFilterList(java.util.Collection) or withDocumentFilterList(java.util.Collection) if
you want to override the existing values.
documentFilterList - This data type is deprecated. Instead, use Filters.public ListDocumentsRequest withDocumentFilterList(Collection<DocumentFilter> documentFilterList)
This data type is deprecated. Instead, use Filters.
documentFilterList - This data type is deprecated. Instead, use Filters.public List<DocumentKeyValuesFilter> getFilters()
One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of results.
For keys, you can specify one or more key-value pair tags that have been applied to a document. Other valid keys
include Owner, Name, PlatformTypes, DocumentType, and
TargetType. For example, to return documents you own use Key=Owner,Values=Self. To
specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName.
This API operation only supports filtering documents by using a single tag key and one or more tag values. For
example: Key=tag:tagName,Values=valueName1,valueName2
DocumentKeyValuesFilter objects. Use a filter to return a more specific list of
results. For keys, you can specify one or more key-value pair tags that have been applied to a document.
Other valid keys include Owner, Name, PlatformTypes,
DocumentType, and TargetType. For example, to return documents you own use
Key=Owner,Values=Self. To specify a custom key-value pair, use the format
Key=tag:tagName,Values=valueName.
This API operation only supports filtering documents by using a single tag key and one or more tag
values. For example: Key=tag:tagName,Values=valueName1,valueName2
public void setFilters(Collection<DocumentKeyValuesFilter> filters)
One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of results.
For keys, you can specify one or more key-value pair tags that have been applied to a document. Other valid keys
include Owner, Name, PlatformTypes, DocumentType, and
TargetType. For example, to return documents you own use Key=Owner,Values=Self. To
specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName.
This API operation only supports filtering documents by using a single tag key and one or more tag values. For
example: Key=tag:tagName,Values=valueName1,valueName2
filters - One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of
results. For keys, you can specify one or more key-value pair tags that have been applied to a document.
Other valid keys include Owner, Name, PlatformTypes,
DocumentType, and TargetType. For example, to return documents you own use
Key=Owner,Values=Self. To specify a custom key-value pair, use the format
Key=tag:tagName,Values=valueName.
This API operation only supports filtering documents by using a single tag key and one or more tag values.
For example: Key=tag:tagName,Values=valueName1,valueName2
public ListDocumentsRequest withFilters(DocumentKeyValuesFilter... filters)
One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of results.
For keys, you can specify one or more key-value pair tags that have been applied to a document. Other valid keys
include Owner, Name, PlatformTypes, DocumentType, and
TargetType. For example, to return documents you own use Key=Owner,Values=Self. To
specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName.
This API operation only supports filtering documents by using a single tag key and one or more tag values. For
example: Key=tag:tagName,Values=valueName1,valueName2
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of
results. For keys, you can specify one or more key-value pair tags that have been applied to a document.
Other valid keys include Owner, Name, PlatformTypes,
DocumentType, and TargetType. For example, to return documents you own use
Key=Owner,Values=Self. To specify a custom key-value pair, use the format
Key=tag:tagName,Values=valueName.
This API operation only supports filtering documents by using a single tag key and one or more tag values.
For example: Key=tag:tagName,Values=valueName1,valueName2
public ListDocumentsRequest withFilters(Collection<DocumentKeyValuesFilter> filters)
One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of results.
For keys, you can specify one or more key-value pair tags that have been applied to a document. Other valid keys
include Owner, Name, PlatformTypes, DocumentType, and
TargetType. For example, to return documents you own use Key=Owner,Values=Self. To
specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName.
This API operation only supports filtering documents by using a single tag key and one or more tag values. For
example: Key=tag:tagName,Values=valueName1,valueName2
filters - One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of
results. For keys, you can specify one or more key-value pair tags that have been applied to a document.
Other valid keys include Owner, Name, PlatformTypes,
DocumentType, and TargetType. For example, to return documents you own use
Key=Owner,Values=Self. To specify a custom key-value pair, use the format
Key=tag:tagName,Values=valueName.
This API operation only supports filtering documents by using a single tag key and one or more tag values.
For example: Key=tag:tagName,Values=valueName1,valueName2
public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public ListDocumentsRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public ListDocumentsRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)public String toString()
toString in class ObjectObject.toString()public ListDocumentsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()