Class DescribeDocumentRequest
- 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.DescribeDocumentRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeDocumentRequest.Builder,DescribeDocumentRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeDocumentRequest extends SsmRequest implements ToCopyableBuilder<DescribeDocumentRequest.Builder,DescribeDocumentRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeDocumentRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeDocumentRequest.Builderbuilder()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.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeDocumentRequest.Builder>serializableBuilderClass()DescribeDocumentRequest.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.
If you're calling a shared SSM document from a different Amazon Web Services account,
Nameis the full Amazon Resource Name (ARN) of the document.- Returns:
- The name of the SSM document.
If you're calling a shared SSM document from a different Amazon Web Services account,
Nameis the full Amazon Resource Name (ARN) of the document.
-
documentVersion
public final String documentVersion()
The document version for which you want information. Can be a specific version or the default version.
- Returns:
- The document version for which you want information. Can be a specific version or the default version.
-
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.
-
toBuilder
public DescribeDocumentRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeDocumentRequest.Builder,DescribeDocumentRequest>- Specified by:
toBuilderin classSsmRequest
-
builder
public static DescribeDocumentRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeDocumentRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-