Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeFolderContentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFolderContentsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static DescribeFolderContentsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
folderId() |
The ID of the folder.
|
int |
hashCode() |
|
String |
include() |
The contents to include.
|
Integer |
limit() |
The maximum number of items to return with this call.
|
String |
marker() |
The marker for the next set of results.
|
String |
order() |
The order for the contents of the folder.
|
static Class<? extends DescribeFolderContentsRequest.Builder> |
serializableBuilderClass() |
|
String |
sort() |
The sorting criteria.
|
DescribeFolderContentsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of items.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String authenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public String folderId()
The ID of the folder.
public String sort()
The sorting criteria.
ResourceSortType
public String order()
The order for the contents of the folder.
OrderType
public Integer limit()
The maximum number of items to return with this call.
public String marker()
The marker for the next set of results. This marker was received from a previous call.
public String type()
The type of items.
FolderContentType
public String include()
The contents to include. Specify "INITIALIZED" to include initialized documents.
public DescribeFolderContentsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
public static DescribeFolderContentsRequest.Builder builder()
public static Class<? extends DescribeFolderContentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.