@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 final String name()
The name of the document.
public final String documentVersion()
The version of the document.
public final String author()
The user ID of the person in the organization who requested the document review.
public final DocumentMetadataResponseInfo metadata()
Information about the response to the document approval request.
public final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.