@Generated(value="software.amazon.awssdk:codegen") public final class ListDocumentMetadataHistoryResponse extends SsmResponse implements ToCopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDocumentMetadataHistoryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
author()
The user ID of the person in the organization who requested the document review.
|
static ListDocumentMetadataHistoryResponse.Builder |
builder() |
String |
documentVersion()
The version of the document.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DocumentMetadataResponseInfo |
metadata()
Information about the response to the document approval request.
|
String |
name()
The name of the document.
|
String |
nextToken()
The maximum number of items to return for this call.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDocumentMetadataHistoryResponse.Builder> |
serializableBuilderClass() |
ListDocumentMetadataHistoryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the document.
public String documentVersion()
The version of the document.
public String author()
The user ID of the person in the organization who requested the document review.
public DocumentMetadataResponseInfo metadata()
Information about the response to the document approval request.
public 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.
public ListDocumentMetadataHistoryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse>toBuilder in class AwsResponsepublic static ListDocumentMetadataHistoryResponse.Builder builder()
public static Class<? extends ListDocumentMetadataHistoryResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.