@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 final String arn()
A summary of a template.
public final String templateId()
The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public final String name()
A display name for the template.
public final Long latestVersionNumber()
A structure containing a list of version numbers for the template summary.
public final Instant createdTime()
The last time that this template was created.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.