@Generated(value="software.amazon.awssdk:codegen") public class DefinitionInformation extends Object implements StructuredPojo, ToCopyableBuilder<DefinitionInformation.Builder,DefinitionInformation>
Modifier and Type | Class and Description |
---|---|
static interface |
DefinitionInformation.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
Arn of the definition.
|
static DefinitionInformation.Builder |
builder() |
String |
creationTimestamp()
Timestamp of when the definition was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
Id of the definition.
|
String |
lastUpdatedTimestamp()
Last updated timestamp of the definition.
|
String |
latestVersion()
Last version of the definition.
|
String |
latestVersionArn()
Latest version arn of the definition.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name()
Name of the definition.
|
static Class<? extends DefinitionInformation.Builder> |
serializableBuilderClass() |
DefinitionInformation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String arn()
public String creationTimestamp()
public String id()
public String lastUpdatedTimestamp()
public String latestVersion()
public String latestVersionArn()
public String name()
public DefinitionInformation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DefinitionInformation.Builder,DefinitionInformation>
public static DefinitionInformation.Builder builder()
public static Class<? extends DefinitionInformation.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.