Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetDocumentVersionRequest.Builder,GetDocumentVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class GetDocumentVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetDocumentVersionRequest.Builder,GetDocumentVersionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDocumentVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static GetDocumentVersionRequest.Builder |
builder() |
|
String |
documentId() |
The ID of the document.
|
boolean |
equals(Object obj) |
|
String |
fields() |
A comma-separated list of values.
|
int |
hashCode() |
|
Boolean |
includeCustomMetadata() |
Set this to TRUE to include custom metadata in the response.
|
static Class<? extends GetDocumentVersionRequest.Builder> |
serializableBuilderClass() |
|
GetDocumentVersionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionId() |
The version ID of the document.
|
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 String versionId()
The version ID of the document.
public String fields()
A comma-separated list of values. Specify "SOURCE" to include a URL for the source document.
public Boolean includeCustomMetadata()
Set this to TRUE to include custom metadata in the response.
public GetDocumentVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDocumentVersionRequest.Builder,GetDocumentVersionRequest>
public static GetDocumentVersionRequest.Builder builder()
public static Class<? extends GetDocumentVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.