@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 review of the change template.
|
static ListDocumentMetadataHistoryResponse.Builder |
builder() |
String |
documentVersion()
The version of the change template.
|
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 change template approval request.
|
String |
name()
The name of the change template.
|
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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String name()
The name of the change template.
public final String documentVersion()
The version of the change template.
public final String author()
The user ID of the person in the organization who requested the review of the change template.
public final DocumentMetadataResponseInfo metadata()
Information about the response to the change template 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 AwsResponse
public static ListDocumentMetadataHistoryResponse.Builder builder()
public static Class<? extends ListDocumentMetadataHistoryResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2023. All rights reserved.