@Generated(value="software.amazon.awssdk:codegen") public final class TemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateSummary.Builder,TemplateSummary>
Summary information for a template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the template.
|
static TemplateSummary.Builder |
builder() |
Instant |
createdAt()
The time, in milliseconds since the epoch, when the template was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The time, in milliseconds since the epoch, when the template was last updated.
|
String |
name()
The name of the template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateSummary.Builder> |
serializableBuilderClass() |
TemplateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the template that you're using.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the template.
public final Instant createdAt()
The time, in milliseconds since the epoch, when the template was created.
public final Instant lastUpdatedAt()
The time, in milliseconds since the epoch, when the template was last updated.
public final String name()
The name of the template.
public final String version()
The version of the template that you're using.
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 © 2022. All rights reserved.