Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
@Generated("software.amazon.awssdk:codegen") public class GetDocumentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDocumentRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static GetDocumentRequest.Builder |
builder() |
|
String |
documentId() |
The ID of the document.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
includeCustomMetadata() |
Set this to
TRUE to include custom metadata in the response. |
static Class<? extends GetDocumentRequest.Builder> |
serializableBuilderClass() |
|
GetDocumentRequest.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 Boolean includeCustomMetadata()
Set this to TRUE
to include custom metadata in the response.
TRUE
to include custom metadata in the response.public GetDocumentRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
public static GetDocumentRequest.Builder builder()
public static Class<? extends GetDocumentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.