@Generated(value="software.amazon.awssdk:codegen") public final class GetFolderPathRequest extends WorkDocsRequest implements ToCopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetFolderPathRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken()
Amazon WorkDocs authentication token.
|
static GetFolderPathRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fields()
A comma-separated list of values.
|
String |
folderId()
The ID of the folder.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of levels in the hierarchy to return.
|
String |
marker()
This value is not supported.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetFolderPathRequest.Builder> |
serializableBuilderClass() |
GetFolderPathRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 Integer limit()
The maximum number of levels in the hierarchy to return.
public final String fields()
A comma-separated list of values. Specify "NAME" to include the names of the parent folders.
public final String marker()
This value is not supported.
public GetFolderPathRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>toBuilder in class WorkDocsRequestpublic static GetFolderPathRequest.Builder builder()
public static Class<? extends GetFolderPathRequest.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.