Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetDocumentPathRequest.Builder,GetDocumentPathRequest>
@Generated("software.amazon.awssdk:codegen") public class GetDocumentPathRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetDocumentPathRequest.Builder,GetDocumentPathRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDocumentPathRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static GetDocumentPathRequest.Builder |
builder() |
|
String |
documentId() |
The ID of the document.
|
boolean |
equals(Object obj) |
|
String |
fields() |
A comma-separated list of values.
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of levels in the hierarchy to return.
|
String |
marker() |
This value is not supported.
|
static Class<? extends GetDocumentPathRequest.Builder> |
serializableBuilderClass() |
|
GetDocumentPathRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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 documentId()
The ID of the document.
public Integer limit()
The maximum number of levels in the hierarchy to return.
public 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 String marker()
This value is not supported.
public GetDocumentPathRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDocumentPathRequest.Builder,GetDocumentPathRequest>
public static GetDocumentPathRequest.Builder builder()
public static Class<? extends GetDocumentPathRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.