@Generated(value="software.amazon.awssdk:codegen") public final class GetDocumentPathRequest extends WorkDocsRequest implements ToCopyableBuilder<GetDocumentPathRequest.Builder,GetDocumentPathRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDocumentPathRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken()
Amazon WorkDocs authentication token.
|
static GetDocumentPathRequest.Builder |
builder() |
String |
documentId()
The ID of the document.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fields()
A comma-separated list of values.
|
<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 GetDocumentPathRequest.Builder> |
serializableBuilderClass() |
GetDocumentPathRequest.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 documentId()
The ID of the document.
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.
NAME to include the names of the parent folders.public final String marker()
This value is not supported.
public GetDocumentPathRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDocumentPathRequest.Builder,GetDocumentPathRequest>toBuilder in class WorkDocsRequestpublic static GetDocumentPathRequest.Builder builder()
public static Class<? extends GetDocumentPathRequest.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.