@Generated(value="software.amazon.awssdk:codegen") public final class DocumentDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentDescription.Builder,DocumentDescription>
Describes a Systems Manager document.
Modifier and Type | Class and Description |
---|---|
static interface |
DocumentDescription.Builder |
Modifier and Type | Method and Description |
---|---|
List<AttachmentInformation> |
attachmentsInformation()
Details about the document attachments, including names, locations, sizes, etc.
|
static DocumentDescription.Builder |
builder() |
Instant |
createdDate()
The date when the document was created.
|
String |
defaultVersion()
The default version.
|
String |
description()
A description of the document.
|
DocumentFormat |
documentFormat()
The document format, either JSON or YAML.
|
String |
documentFormatAsString()
The document format, either JSON or YAML.
|
DocumentType |
documentType()
The type of document.
|
String |
documentTypeAsString()
The type of document.
|
String |
documentVersion()
The document version.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
hash()
The Sha256 or Sha1 hash created by the system when the document was created.
|
int |
hashCode() |
DocumentHashType |
hashType()
The hash type of the document.
|
String |
hashTypeAsString()
The hash type of the document.
|
String |
latestVersion()
The latest version of the document.
|
String |
name()
The name of the Systems Manager document.
|
String |
owner()
The AWS user account that created the document.
|
List<DocumentParameter> |
parameters()
A description of the parameters for a document.
|
List<PlatformType> |
platformTypes()
The list of OS platforms compatible with this Systems Manager document.
|
List<String> |
platformTypesAsStrings()
The list of OS platforms compatible with this Systems Manager document.
|
String |
schemaVersion()
The schema version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocumentDescription.Builder> |
serializableBuilderClass() |
String |
sha1()
The SHA1 hash of the document, which you can use for verification.
|
DocumentStatus |
status()
The status of the Systems Manager document.
|
String |
statusAsString()
The status of the Systems Manager document.
|
String |
statusInformation()
A message returned by AWS Systems Manager that explains the
Status value. |
List<Tag> |
tags()
The tags, or metadata, that have been applied to the document.
|
String |
targetType()
The target type which defines the kinds of resources the document can run on.
|
DocumentDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
versionName()
The version of the artifact associated with the document.
|
copy
public String sha1()
The SHA1 hash of the document, which you can use for verification.
public String hash()
The Sha256 or Sha1 hash created by the system when the document was created.
Sha1 hashes have been deprecated.
Sha1 hashes have been deprecated.
public DocumentHashType hashType()
The hash type of the document. Valid values include Sha256
or Sha1
.
Sha1 hashes have been deprecated.
If the service returns an enum value that is not available in the current SDK version, hashType
will
return DocumentHashType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
hashTypeAsString()
.
Sha256
or Sha1
. Sha1 hashes have been deprecated.
DocumentHashType
public String hashTypeAsString()
The hash type of the document. Valid values include Sha256
or Sha1
.
Sha1 hashes have been deprecated.
If the service returns an enum value that is not available in the current SDK version, hashType
will
return DocumentHashType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
hashTypeAsString()
.
Sha256
or Sha1
. Sha1 hashes have been deprecated.
DocumentHashType
public String name()
The name of the Systems Manager document.
public String versionName()
The version of the artifact associated with the document.
public String owner()
The AWS user account that created the document.
public Instant createdDate()
The date when the document was created.
public DocumentStatus status()
The status of the Systems Manager document.
If the service returns an enum value that is not available in the current SDK version, status
will
return DocumentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
DocumentStatus
public String statusAsString()
The status of the Systems Manager document.
If the service returns an enum value that is not available in the current SDK version, status
will
return DocumentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
DocumentStatus
public String statusInformation()
A message returned by AWS Systems Manager that explains the Status
value. For example, a
Failed
status might be explained by the StatusInformation
message,
"The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct."
Status
value. For example, a
Failed
status might be explained by the StatusInformation
message,
"The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct."public String documentVersion()
The document version.
public String description()
A description of the document.
public List<DocumentParameter> parameters()
A description of the parameters for a document.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<PlatformType> platformTypes()
The list of OS platforms compatible with this Systems Manager document.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> platformTypesAsStrings()
The list of OS platforms compatible with this Systems Manager document.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DocumentType documentType()
The type of document.
If the service returns an enum value that is not available in the current SDK version, documentType
will
return DocumentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
documentTypeAsString()
.
DocumentType
public String documentTypeAsString()
The type of document.
If the service returns an enum value that is not available in the current SDK version, documentType
will
return DocumentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
documentTypeAsString()
.
DocumentType
public String schemaVersion()
The schema version.
public String latestVersion()
The latest version of the document.
public String defaultVersion()
The default version.
public DocumentFormat documentFormat()
The document format, either JSON or YAML.
If the service returns an enum value that is not available in the current SDK version, documentFormat
will return DocumentFormat.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from documentFormatAsString()
.
DocumentFormat
public String documentFormatAsString()
The document format, either JSON or YAML.
If the service returns an enum value that is not available in the current SDK version, documentFormat
will return DocumentFormat.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from documentFormatAsString()
.
DocumentFormat
public String targetType()
The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see AWS Resource Types Reference in the AWS CloudFormation User Guide.
public List<Tag> tags()
The tags, or metadata, that have been applied to the document.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<AttachmentInformation> attachmentsInformation()
Details about the document attachments, including names, locations, sizes, etc.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DocumentDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DocumentDescription.Builder,DocumentDescription>
public static DocumentDescription.Builder builder()
public static Class<? extends DocumentDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.