@Generated(value="software.amazon.awssdk:codegen") public final class DocumentVersionInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentVersionInfo.Builder,DocumentVersionInfo>
Version information about the document.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentVersionInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocumentVersionInfo.Builder |
builder() |
Instant |
createdDate()
The date the document was created.
|
String |
documentVersion()
The document version.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isDefaultVersion()
An identifier for the default version of the document.
|
String |
name()
The document name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocumentVersionInfo.Builder> |
serializableBuilderClass() |
DocumentVersionInfo.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The document name.
public String documentVersion()
The document version.
public Instant createdDate()
The date the document was created.
public Boolean isDefaultVersion()
An identifier for the default version of the document.
public DocumentVersionInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DocumentVersionInfo.Builder,DocumentVersionInfo>public static DocumentVersionInfo.Builder builder()
public static Class<? extends DocumentVersionInfo.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.