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