StructuredPojo
, ToCopyableBuilder<DocumentDescription.Builder,DocumentDescription>
@Generated("software.amazon.awssdk:codegen") public class DocumentDescription extends Object implements StructuredPojo, ToCopyableBuilder<DocumentDescription.Builder,DocumentDescription>
Describes an SSM document.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DocumentDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DocumentDescription.Builder |
builder() |
|
Date |
createdDate() |
The date when the document was created.
|
String |
defaultVersion() |
The default version.
|
String |
description() |
A description of the document.
|
String |
documentType() |
The type of document.
|
String |
documentVersion() |
The document version.
|
boolean |
equals(Object obj) |
|
String |
hash() |
The Sha256 or Sha1 hash created by the system when the document was created.
|
int |
hashCode() |
|
String |
hashType() |
Sha256 or Sha1.
|
String |
latestVersion() |
The latest version of the document.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the SSM document.
|
String |
owner() |
The AWS user account of the person who created the document.
|
List<DocumentParameter> |
parameters() |
A description of the parameters for a document.
|
List<String> |
platformTypes() |
The list of OS platforms compatible with this SSM document.
|
String |
schemaVersion() |
The schema version.
|
static Class<? extends DocumentDescription.Builder> |
serializableBuilderClass() |
|
String |
sha1() |
The SHA1 hash of the document, which you can use for verification purposes.
|
String |
status() |
The status of the SSM document.
|
DocumentDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String sha1()
The SHA1 hash of the document, which you can use for verification purposes.
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 String hashType()
Sha256 or Sha1.
Sha1 hashes have been deprecated.
Sha1 hashes have been deprecated.
DocumentHashType
public String name()
The name of the SSM document.
public String owner()
The AWS user account of the person who created the document.
public Date createdDate()
The date when the document was created.
public String status()
The status of the SSM document.
DocumentStatus
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.
public List<String> platformTypes()
The list of OS platforms compatible with this SSM document.
PlatformType
public String documentType()
The type of document.
DocumentType
public String schemaVersion()
The schema version.
public String latestVersion()
The latest version of the document.
public String defaultVersion()
The default version.
public DocumentDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DocumentDescription.Builder,DocumentDescription>
public static DocumentDescription.Builder builder()
public static Class<? extends DocumentDescription.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.