StructuredPojo
, ToCopyableBuilder<DocumentVersionInfo.Builder,DocumentVersionInfo>
@Generated("software.amazon.awssdk:codegen") public class DocumentVersionInfo extends Object implements StructuredPojo, ToCopyableBuilder<DocumentVersionInfo.Builder,DocumentVersionInfo>
Version information about the document.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DocumentVersionInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DocumentVersionInfo.Builder |
builder() |
|
Date |
createdDate() |
The date the document was created.
|
String |
documentVersion() |
The document version.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
isDefaultVersion() |
An identifier for the default version of the document.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The document name.
|
static Class<? extends DocumentVersionInfo.Builder> |
serializableBuilderClass() |
|
DocumentVersionInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The document name.
public String documentVersion()
The document version.
public Date createdDate()
The date the document was created.
public Boolean isDefaultVersion()
An identifier for the default version of the document.
public DocumentVersionInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DocumentVersionInfo.Builder,DocumentVersionInfo>
public static DocumentVersionInfo.Builder builder()
public static Class<? extends DocumentVersionInfo.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.