@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDocumentVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDocumentVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDocumentVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthenticationToken()
Amazon WorkDocs authentication token.
|
String |
getDocumentId()
The ID of the document.
|
String |
getFields()
Specify "SOURCE" to include initialized versions and a URL for the source document.
|
String |
getInclude()
A comma-separated list of values.
|
Integer |
getLimit()
The maximum number of versions to return with this call.
|
String |
getMarker()
The marker for the next set of results.
|
int |
hashCode() |
void |
setAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
void |
setDocumentId(String documentId)
The ID of the document.
|
void |
setFields(String fields)
Specify "SOURCE" to include initialized versions and a URL for the source document.
|
void |
setInclude(String include)
A comma-separated list of values.
|
void |
setLimit(Integer limit)
The maximum number of versions to return with this call.
|
void |
setMarker(String marker)
The marker for the next set of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeDocumentVersionsRequest |
withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeDocumentVersionsRequest |
withDocumentId(String documentId)
The ID of the document.
|
DescribeDocumentVersionsRequest |
withFields(String fields)
Specify "SOURCE" to include initialized versions and a URL for the source document.
|
DescribeDocumentVersionsRequest |
withInclude(String include)
A comma-separated list of values.
|
DescribeDocumentVersionsRequest |
withLimit(Integer limit)
The maximum number of versions to return with this call.
|
DescribeDocumentVersionsRequest |
withMarker(String marker)
The marker for the next set of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAuthenticationToken(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.
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 getAuthenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public DescribeDocumentVersionsRequest withAuthenticationToken(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.
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 void setDocumentId(String documentId)
The ID of the document.
documentId
- The ID of the document.public String getDocumentId()
The ID of the document.
public DescribeDocumentVersionsRequest withDocumentId(String documentId)
The ID of the document.
documentId
- The ID of the document.public void setMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)public String getMarker()
The marker for the next set of results. (You received this marker from a previous call.)
public DescribeDocumentVersionsRequest withMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)public void setLimit(Integer limit)
The maximum number of versions to return with this call.
limit
- The maximum number of versions to return with this call.public Integer getLimit()
The maximum number of versions to return with this call.
public DescribeDocumentVersionsRequest withLimit(Integer limit)
The maximum number of versions to return with this call.
limit
- The maximum number of versions to return with this call.public void setInclude(String include)
A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.
include
- A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.public String getInclude()
A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.
public DescribeDocumentVersionsRequest withInclude(String include)
A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.
include
- A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.public void setFields(String fields)
Specify "SOURCE" to include initialized versions and a URL for the source document.
fields
- Specify "SOURCE" to include initialized versions and a URL for the source document.public String getFields()
Specify "SOURCE" to include initialized versions and a URL for the source document.
public DescribeDocumentVersionsRequest withFields(String fields)
Specify "SOURCE" to include initialized versions and a URL for the source document.
fields
- Specify "SOURCE" to include initialized versions and a URL for the source document.public String toString()
toString
in class Object
Object.toString()
public DescribeDocumentVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.