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 -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringauthor()The user ID of the person in the organization who requested the review of the change template.builder()final StringThe version of the change template.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()metadata()Information about the response to the change template approval request.final Stringname()The name of the change template.final StringThe maximum number of items to return for this call.static Class<? extends ListDocumentMetadataHistoryResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.ssm.model.SsmResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
The name of the change template.
- Returns:
- The name of the change template.
-
documentVersion
The version of the change template.
- Returns:
- The version of the change template.
-
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
Information about the response to the change template approval request.
- Returns:
- Information about the response to the change template approval request.
-
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
public static Class<? extends ListDocumentMetadataHistoryResponse.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-