@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 review of the change template.
|
String |
getDocumentVersion()
The version of the change template.
|
DocumentMetadataResponseInfo |
getMetadata()
Information about the response to the change template approval request.
|
String |
getName()
The name of the change template.
|
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 review of the change template.
|
void |
setDocumentVersion(String documentVersion)
The version of the change template.
|
void |
setMetadata(DocumentMetadataResponseInfo metadata)
Information about the response to the change template approval request.
|
void |
setName(String name)
The name of the change template.
|
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 review of the change template.
|
ListDocumentMetadataHistoryResult |
withDocumentVersion(String documentVersion)
The version of the change template.
|
ListDocumentMetadataHistoryResult |
withMetadata(DocumentMetadataResponseInfo metadata)
Information about the response to the change template approval request.
|
ListDocumentMetadataHistoryResult |
withName(String name)
The name of the change template.
|
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 change template.
name
- The name of the change template.public String getName()
The name of the change template.
public ListDocumentMetadataHistoryResult 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 ListDocumentMetadataHistoryResult withDocumentVersion(String documentVersion)
The version of the change template.
documentVersion
- The version of the change template.public void setAuthor(String author)
The user ID of the person in the organization who requested the review of the change template.
author
- The user ID of the person in the organization who requested the review of the change template.public String getAuthor()
The user ID of the person in the organization who requested the review of the change template.
public ListDocumentMetadataHistoryResult withAuthor(String author)
The user ID of the person in the organization who requested the review of the change template.
author
- The user ID of the person in the organization who requested the review of the change template.public void setMetadata(DocumentMetadataResponseInfo metadata)
Information about the response to the change template approval request.
metadata
- Information about the response to the change template approval request.public DocumentMetadataResponseInfo getMetadata()
Information about the response to the change template approval request.
public ListDocumentMetadataHistoryResult withMetadata(DocumentMetadataResponseInfo metadata)
Information about the response to the change template approval request.
metadata
- Information about the response to the change template 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()