@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDocumentMetadataHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDocumentMetadataHistoryRequest() |
Modifier and Type | Method and Description |
---|---|
ListDocumentMetadataHistoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDocumentVersion()
The version of the change template.
|
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getMetadata()
The type of data for which details are being requested.
|
String |
getName()
The name of the change template.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setDocumentVersion(String documentVersion)
The version of the change template.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setMetadata(String metadata)
The type of data for which details are being requested.
|
void |
setName(String name)
The name of the change template.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object.
|
ListDocumentMetadataHistoryRequest |
withDocumentVersion(String documentVersion)
The version of the change template.
|
ListDocumentMetadataHistoryRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListDocumentMetadataHistoryRequest |
withMetadata(DocumentMetadataEnum metadata)
The type of data for which details are being requested.
|
ListDocumentMetadataHistoryRequest |
withMetadata(String metadata)
The type of data for which details are being requested.
|
ListDocumentMetadataHistoryRequest |
withName(String name)
The name of the change template.
|
ListDocumentMetadataHistoryRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
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 setName(String name)
The name of the change template.
name
- The name of the change template.public String getName()
The name of the change template.
public ListDocumentMetadataHistoryRequest withName(String name)
The name of the change template.
name
- The name of the change template.public void setDocumentVersion(String documentVersion)
The version of the change template.
documentVersion
- The version of the change template.public String getDocumentVersion()
The version of the change template.
public ListDocumentMetadataHistoryRequest withDocumentVersion(String documentVersion)
The version of the change template.
documentVersion
- The version of the change template.public void setMetadata(String metadata)
The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.
metadata
- The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.DocumentMetadataEnum
public String getMetadata()
The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.
DocumentReviews
.DocumentMetadataEnum
public ListDocumentMetadataHistoryRequest withMetadata(String metadata)
The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.
metadata
- The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.DocumentMetadataEnum
public ListDocumentMetadataHistoryRequest withMetadata(DocumentMetadataEnum metadata)
The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.
metadata
- The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.DocumentMetadataEnum
public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public ListDocumentMetadataHistoryRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public ListDocumentMetadataHistoryRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListDocumentMetadataHistoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()