@Generated(value="software.amazon.awssdk:codegen") public final class TemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateSummary.Builder,TemplateSummary>
The template summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
A summary of a template.
|
static TemplateSummary.Builder |
builder() |
Instant |
createdTime()
The last time that this template was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The last time that this template was updated.
|
Long |
latestVersionNumber()
A structure containing a list of version numbers for the template summary.
|
String |
name()
A display name for the template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateSummary.Builder> |
serializableBuilderClass() |
String |
templateId()
The ID of the template.
|
TemplateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
A summary of a template.
public String templateId()
The ID of the template. This ID is unique per AWS Region for each AWS account.
public String name()
A display name for the template.
public Long latestVersionNumber()
A structure containing a list of version numbers for the template summary.
public Instant createdTime()
The last time that this template was created.
public Instant lastUpdatedTime()
The last time that this template was updated.
public TemplateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateSummary.Builder,TemplateSummary>public static TemplateSummary.Builder builder()
public static Class<? extends TemplateSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.