@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFolderContentsRequest extends WorkDocsRequest implements ToCopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFolderContentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken()
Amazon WorkDocs authentication token.
|
static DescribeFolderContentsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
folderId()
The ID of the folder.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
OrderType |
order()
The order for the contents of the folder.
|
String |
orderAsString()
The order for the contents of the folder.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFolderContentsRequest.Builder> |
serializableBuilderClass() |
ResourceSortType |
sort()
The sorting criteria.
|
String |
sortAsString()
The sorting criteria.
|
DescribeFolderContentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FolderContentType |
type()
The type of items.
|
String |
typeAsString()
The type of items.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String authenticationToken()
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
public final String folderId()
The ID of the folder.
public final ResourceSortType sort()
The sorting criteria.
If the service returns an enum value that is not available in the current SDK version, sort will return
ResourceSortType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortAsString().
ResourceSortTypepublic final String sortAsString()
The sorting criteria.
If the service returns an enum value that is not available in the current SDK version, sort will return
ResourceSortType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortAsString().
ResourceSortTypepublic final OrderType order()
The order for the contents of the folder.
If the service returns an enum value that is not available in the current SDK version, order will return
OrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderAsString().
OrderTypepublic final String orderAsString()
The order for the contents of the folder.
If the service returns an enum value that is not available in the current SDK version, order will return
OrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderAsString().
OrderTypepublic final Integer limit()
The maximum number of items to return with this call.
public final String marker()
The marker for the next set of results. This marker was received from a previous call.
public final FolderContentType type()
The type of items.
If the service returns an enum value that is not available in the current SDK version, type will return
FolderContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
FolderContentTypepublic final String typeAsString()
The type of items.
If the service returns an enum value that is not available in the current SDK version, type will return
FolderContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
FolderContentTypepublic final String include()
The contents to include. Specify "INITIALIZED" to include initialized documents.
public DescribeFolderContentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>toBuilder in class WorkDocsRequestpublic static DescribeFolderContentsRequest.Builder builder()
public static Class<? extends DescribeFolderContentsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.