Class GetDocumentRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ssm.model.SsmRequest
-
- software.amazon.awssdk.services.ssm.model.GetDocumentRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetDocumentRequest extends SsmRequest implements ToCopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetDocumentRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDocumentRequest.Builderbuilder()DocumentFormatdocumentFormat()Returns the document in the specified format.StringdocumentFormatAsString()Returns the document in the specified format.StringdocumentVersion()The document version for which you want information.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the SSM document.List<SdkField<?>>sdkFields()static Class<? extends GetDocumentRequest.Builder>serializableBuilderClass()GetDocumentRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionName()An optional field specifying the version of the artifact associated with the document.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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 SSM document.
- Returns:
- The name of the SSM document.
-
versionName
public final String versionName()
An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document and can't be changed.
- Returns:
- An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document and can't be changed.
-
documentVersion
public final String documentVersion()
The document version for which you want information.
- Returns:
- The document version for which you want information.
-
documentFormat
public final DocumentFormat documentFormat()
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
If the service returns an enum value that is not available in the current SDK version,
documentFormatwill returnDocumentFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdocumentFormatAsString().- Returns:
- Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
- See Also:
DocumentFormat
-
documentFormatAsString
public final String documentFormatAsString()
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
If the service returns an enum value that is not available in the current SDK version,
documentFormatwill returnDocumentFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdocumentFormatAsString().- Returns:
- Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
- See Also:
DocumentFormat
-
toBuilder
public GetDocumentRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>- Specified by:
toBuilderin classSsmRequest
-
builder
public static GetDocumentRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetDocumentRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
-