@Generated(value="software.amazon.awssdk:codegen") public final class DocumentIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentIdentifier.Builder,DocumentIdentifier>
Describes the name of a Systems Manager document.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocumentIdentifier.Builder |
builder() |
DocumentType |
documentType()
The document type.
|
String |
documentTypeAsString()
The document type.
|
String |
documentVersion()
The document version.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the Systems Manager document.
|
String |
owner()
The AWS user account that created the document.
|
List<PlatformType> |
platformTypes()
The operating system platform.
|
List<String> |
platformTypesAsStrings()
The operating system platform.
|
String |
schemaVersion()
The schema version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocumentIdentifier.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags, or metadata, that have been applied to the document.
|
DocumentIdentifier.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the Systems Manager document.
public String owner()
The AWS user account that created the document.
public List<PlatformType> platformTypes()
The operating system platform.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> platformTypesAsStrings()
The operating system platform.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String documentVersion()
The document version.
public DocumentType documentType()
The document type.
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().
DocumentTypepublic String documentTypeAsString()
The document type.
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().
DocumentTypepublic String schemaVersion()
The schema version.
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 DocumentIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DocumentIdentifier.Builder,DocumentIdentifier>public static DocumentIdentifier.Builder builder()
public static Class<? extends DocumentIdentifier.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.