Class DocumentRequires
- java.lang.Object
-
- software.amazon.awssdk.services.ssm.model.DocumentRequires
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DocumentRequires.Builder,DocumentRequires>
@Generated("software.amazon.awssdk:codegen") public final class DocumentRequires extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentRequires.Builder,DocumentRequires>
An SSM document required by the current document.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDocumentRequires.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentRequires.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the required SSM document.StringrequireType()The document type of the required SSM document.List<SdkField<?>>sdkFields()static Class<? extends DocumentRequires.Builder>serializableBuilderClass()DocumentRequires.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The document version required by the current document.StringversionName()An optional field specifying the version of the artifact associated with the document.-
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 required SSM document. The name can be an Amazon Resource Name (ARN).
- Returns:
- The name of the required SSM document. The name can be an Amazon Resource Name (ARN).
-
version
public final String version()
The document version required by the current document.
- Returns:
- The document version required by the current document.
-
requireType
public final String requireType()
The document type of the required SSM document.
- Returns:
- The document type of the required SSM document.
-
versionName
public final String versionName()
An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 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, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.
-
toBuilder
public DocumentRequires.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DocumentRequires.Builder,DocumentRequires>
-
builder
public static DocumentRequires.Builder builder()
-
serializableBuilderClass
public static Class<? extends DocumentRequires.Builder> serializableBuilderClass()
-
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.
-
-