@Generated(value="software.amazon.awssdk:codegen") public final class VersionSummary extends Object implements StructuredPojo, ToCopyableBuilder<VersionSummary.Builder,VersionSummary>
Modifier and Type | Class and Description |
---|---|
static interface |
VersionSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The application Amazon Resource Name (ARN).
|
static VersionSummary.Builder |
builder() |
String |
creationTime()
The date/time this resource was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
semanticVersion()
The semantic version of the application:\n\n https://semver.org/
|
static Class<? extends VersionSummary.Builder> |
serializableBuilderClass() |
String |
sourceCodeUrl()
A link to a public repository for the source code of your application.
|
VersionSummary.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 applicationId()
public String creationTime()
public String semanticVersion()
public String sourceCodeUrl()
public VersionSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VersionSummary.Builder,VersionSummary>
public static VersionSummary.Builder builder()
public static Class<? extends VersionSummary.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.