StructuredPojo
, ToCopyableBuilder<VersionInformation.Builder,VersionInformation>
@Generated("software.amazon.awssdk:codegen") public class VersionInformation extends Object implements StructuredPojo, ToCopyableBuilder<VersionInformation.Builder,VersionInformation>
Modifier and Type | Class | Description |
---|---|---|
static interface |
VersionInformation.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
Arn of the version.
|
static VersionInformation.Builder |
builder() |
|
String |
creationTimestamp() |
Timestamp of when the version was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
Id of the resource container.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends VersionInformation.Builder> |
serializableBuilderClass() |
|
VersionInformation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
Unique Id of a version.
|
public String arn()
public String creationTimestamp()
public String id()
public String version()
public VersionInformation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VersionInformation.Builder,VersionInformation>
public static VersionInformation.Builder builder()
public static Class<? extends VersionInformation.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.