@Generated(value="software.amazon.awssdk:codegen") public final class TemplateVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateVersionSummary.Builder,TemplateVersionSummary>
The template version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the template version.
|
static TemplateVersionSummary.Builder |
builder() |
Instant |
createdTime()
The time that this template version was created.
|
String |
description()
The description of the template version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateVersionSummary.Builder> |
serializableBuilderClass() |
ResourceStatus |
status()
The status of the template version.
|
String |
statusAsString()
The status of the template version.
|
TemplateVersionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
versionNumber()
The version number of the template version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the template version.
public Long versionNumber()
The version number of the template version.
public Instant createdTime()
The time that this template version was created.
public ResourceStatus status()
The status of the template version.
If the service returns an enum value that is not available in the current SDK version, status will
return ResourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ResourceStatuspublic String statusAsString()
The status of the template version.
If the service returns an enum value that is not available in the current SDK version, status will
return ResourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ResourceStatuspublic String description()
The description of the template version.
public TemplateVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateVersionSummary.Builder,TemplateVersionSummary>public static TemplateVersionSummary.Builder builder()
public static Class<? extends TemplateVersionSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.