@Generated(value="software.amazon.awssdk:codegen") public class DocumentVersionInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
name()
The document name.
|
static Class<? extends DocumentVersionInfo.Builder> |
serializableBuilderClass() |
DocumentVersionInfo.Builder |
toBuilder() |
String |
toString() |
public 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<DocumentVersionInfo.Builder,DocumentVersionInfo>public static DocumentVersionInfo.Builder builder()
public static Class<? extends DocumentVersionInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.