@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDocumentMetadataHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDocumentMetadataHistoryResult() |
Modifier and Type | Method and Description |
---|---|
ListDocumentMetadataHistoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getAuthor()
The user ID of the person in the organization who requested the document review.
|
String |
getDocumentVersion()
The version of the document.
|
DocumentMetadataResponseInfo |
getMetadata()
Information about the response to the document approval request.
|
String |
getName()
The name of the document.
|
String |
getNextToken()
The maximum number of items to return for this call.
|
int |
hashCode() |
void |
setAuthor(String author)
The user ID of the person in the organization who requested the document review.
|
void |
setDocumentVersion(String documentVersion)
The version of the document.
|
void |
setMetadata(DocumentMetadataResponseInfo metadata)
Information about the response to the document approval request.
|
void |
setName(String name)
The name of the document.
|
void |
setNextToken(String nextToken)
The maximum number of items to return for this call.
|
String |
toString()
Returns a string representation of this object.
|
ListDocumentMetadataHistoryResult |
withAuthor(String author)
The user ID of the person in the organization who requested the document review.
|
ListDocumentMetadataHistoryResult |
withDocumentVersion(String documentVersion)
The version of the document.
|
ListDocumentMetadataHistoryResult |
withMetadata(DocumentMetadataResponseInfo metadata)
Information about the response to the document approval request.
|
ListDocumentMetadataHistoryResult |
withName(String name)
The name of the document.
|
ListDocumentMetadataHistoryResult |
withNextToken(String nextToken)
The maximum number of items to return for this call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the document.
name
- The name of the document.public String getName()
The name of the document.
public ListDocumentMetadataHistoryResult withName(String name)
The name of the document.
name
- The name of the document.public void setDocumentVersion(String documentVersion)
The version of the document.
documentVersion
- The version of the document.public String getDocumentVersion()
The version of the document.
public ListDocumentMetadataHistoryResult withDocumentVersion(String documentVersion)
The version of the document.
documentVersion
- The version of the document.public void setAuthor(String author)
The user ID of the person in the organization who requested the document review.
author
- The user ID of the person in the organization who requested the document review.public String getAuthor()
The user ID of the person in the organization who requested the document review.
public ListDocumentMetadataHistoryResult withAuthor(String author)
The user ID of the person in the organization who requested the document review.
author
- The user ID of the person in the organization who requested the document review.public void setMetadata(DocumentMetadataResponseInfo metadata)
Information about the response to the document approval request.
metadata
- Information about the response to the document approval request.public DocumentMetadataResponseInfo getMetadata()
Information about the response to the document approval request.
public ListDocumentMetadataHistoryResult withMetadata(DocumentMetadataResponseInfo metadata)
Information about the response to the document approval request.
metadata
- Information about the response to the document approval request.public void setNextToken(String nextToken)
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.
nextToken
- 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 getNextToken()
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 ListDocumentMetadataHistoryResult withNextToken(String nextToken)
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.
nextToken
- 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 ListDocumentMetadataHistoryResult clone()