Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeDocumentVersionsRequest.Builder,DescribeDocumentVersionsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeDocumentVersionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeDocumentVersionsRequest.Builder,DescribeDocumentVersionsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeDocumentVersionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static DescribeDocumentVersionsRequest.Builder |
builder() |
|
String |
documentId() |
The ID of the document.
|
boolean |
equals(Object obj) |
|
String |
fields() |
Specify "SOURCE" to include initialized versions and a URL for the source document.
|
int |
hashCode() |
|
String |
include() |
A comma-separated list of values.
|
Integer |
limit() |
The maximum number of versions to return with this call.
|
String |
marker() |
The marker for the next set of results.
|
static Class<? extends DescribeDocumentVersionsRequest.Builder> |
serializableBuilderClass() |
|
DescribeDocumentVersionsRequest.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 String marker()
The marker for the next set of results. (You received this marker from a previous call.)
public Integer limit()
The maximum number of versions to return with this call.
public String include()
A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.
public String fields()
Specify "SOURCE" to include initialized versions and a URL for the source document.
public DescribeDocumentVersionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeDocumentVersionsRequest.Builder,DescribeDocumentVersionsRequest>
public static DescribeDocumentVersionsRequest.Builder builder()
public static Class<? extends DescribeDocumentVersionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.