Class DescribeFolderContentsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.workdocs.model.WorkDocsRequest
-
- software.amazon.awssdk.services.workdocs.model.DescribeFolderContentsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeFolderContentsRequest extends WorkDocsRequest implements ToCopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeFolderContentsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauthenticationToken()Amazon WorkDocs authentication token.static DescribeFolderContentsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfolderId()The ID of the folder.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringinclude()The contents to include.Integerlimit()The maximum number of items to return with this call.Stringmarker()The marker for the next set of results.OrderTypeorder()The order for the contents of the folder.StringorderAsString()The order for the contents of the folder.List<SdkField<?>>sdkFields()static Class<? extends DescribeFolderContentsRequest.Builder>serializableBuilderClass()ResourceSortTypesort()The sorting criteria.StringsortAsString()The sorting criteria.DescribeFolderContentsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.FolderContentTypetype()The type of items.StringtypeAsString()The type of items.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
authenticationToken
public final String authenticationToken()
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- Returns:
- Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
-
folderId
public final String folderId()
The ID of the folder.
- Returns:
- The ID of the folder.
-
sort
public final ResourceSortType sort()
The sorting criteria.
If the service returns an enum value that is not available in the current SDK version,
sortwill returnResourceSortType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortAsString().- Returns:
- The sorting criteria.
- See Also:
ResourceSortType
-
sortAsString
public final String sortAsString()
The sorting criteria.
If the service returns an enum value that is not available in the current SDK version,
sortwill returnResourceSortType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortAsString().- Returns:
- The sorting criteria.
- See Also:
ResourceSortType
-
order
public 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,
orderwill returnOrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderAsString().- Returns:
- The order for the contents of the folder.
- See Also:
OrderType
-
orderAsString
public 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,
orderwill returnOrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderAsString().- Returns:
- The order for the contents of the folder.
- See Also:
OrderType
-
limit
public final Integer limit()
The maximum number of items to return with this call.
- Returns:
- The maximum number of items to return with this call.
-
marker
public final String marker()
The marker for the next set of results. This marker was received from a previous call.
- Returns:
- The marker for the next set of results. This marker was received from a previous call.
-
type
public final FolderContentType type()
The type of items.
If the service returns an enum value that is not available in the current SDK version,
typewill returnFolderContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of items.
- See Also:
FolderContentType
-
typeAsString
public final String typeAsString()
The type of items.
If the service returns an enum value that is not available in the current SDK version,
typewill returnFolderContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of items.
- See Also:
FolderContentType
-
include
public final String include()
The contents to include. Specify "INITIALIZED" to include initialized documents.
- Returns:
- The contents to include. Specify "INITIALIZED" to include initialized documents.
-
toBuilder
public DescribeFolderContentsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>- Specified by:
toBuilderin classWorkDocsRequest
-
builder
public static DescribeFolderContentsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeFolderContentsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-