@Generated(value="software.amazon.awssdk:codegen") public final class Version extends Object implements StructuredPojo, ToCopyableBuilder<Version.Builder,Version>
Modifier and Type | Class and Description |
---|---|
static interface |
Version.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The application Amazon Resource Name (ARN).
|
static Version.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 . |
List<ParameterDefinition> |
parameterDefinitions()
Array of parameter types supported by the application.
|
String |
semanticVersion()
The semantic version of the application:\n\n https://semver.org/
|
static Class<? extends Version.Builder> |
serializableBuilderClass() |
String |
sourceCodeUrl()
A link to a public repository for the source code of your application.
|
String |
templateUrl()
A link to the packaged SAM template of your application.
|
Version.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 List<ParameterDefinition> parameterDefinitions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String semanticVersion()
public String sourceCodeUrl()
public String templateUrl()
public Version.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Version.Builder,Version>
public static Version.Builder builder()
public static Class<? extends Version.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.