Class ListDocumentMetadataHistoryResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.ssm.model.SsmResponse
-
- software.amazon.awssdk.services.ssm.model.ListDocumentMetadataHistoryResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse>
@Generated("software.amazon.awssdk:codegen") public final class ListDocumentMetadataHistoryResponse extends SsmResponse implements ToCopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListDocumentMetadataHistoryResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringauthor()The user ID of the person in the organization who requested the review of the change template.static ListDocumentMetadataHistoryResponse.Builderbuilder()StringdocumentVersion()The version of the change template.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DocumentMetadataResponseInfometadata()Information about the response to the change template approval request.Stringname()The name of the change template.StringnextToken()The maximum number of items to return for this call.List<SdkField<?>>sdkFields()static Class<? extends ListDocumentMetadataHistoryResponse.Builder>serializableBuilderClass()ListDocumentMetadataHistoryResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.ssm.model.SsmResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the change template.
- Returns:
- The name of the change template.
-
documentVersion
public final String documentVersion()
The version of the change template.
- Returns:
- The version of the change template.
-
author
public final String author()
The user ID of the person in the organization who requested the review of the change template.
- Returns:
- The user ID of the person in the organization who requested the review of the change template.
-
metadata
public final DocumentMetadataResponseInfo metadata()
Information about the response to the change template approval request.
- Returns:
- Information about the response to the change template approval request.
-
nextToken
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.
- Returns:
- 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.
-
toBuilder
public ListDocumentMetadataHistoryResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static ListDocumentMetadataHistoryResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDocumentMetadataHistoryResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-