@Generated(value="software.amazon.awssdk:codegen") public class DocumentIdentifier extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<DocumentIdentifier.Builder,DocumentIdentifier>
Describes the name of an SSM document.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocumentIdentifier.Builder |
builder() |
String |
documentType()
The document type.
|
String |
documentVersion()
The document version.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
name()
The name of the SSM document.
|
String |
owner()
The AWS user account of the person who created the document.
|
List<String> |
platformTypes()
The operating system platform.
|
String |
schemaVersion()
The schema version.
|
static Class<? extends DocumentIdentifier.Builder> |
serializableBuilderClass() |
DocumentIdentifier.Builder |
toBuilder() |
String |
toString() |
public String name()
The name of the SSM document.
public String owner()
The AWS user account of the person who created the document.
public List<String> platformTypes()
The operating system platform.
PlatformTypepublic String documentVersion()
The document version.
public String documentType()
The document type.
DocumentTypepublic String schemaVersion()
The schema version.
public DocumentIdentifier.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DocumentIdentifier.Builder,DocumentIdentifier>public static DocumentIdentifier.Builder builder()
public static Class<? extends DocumentIdentifier.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.