@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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the template.
public Instant createdAt()
The time, in milliseconds since the epoch, when the template was created.
public Instant lastUpdatedAt()
The time, in milliseconds since the epoch, when the template was last updated.
public String name()
The name of the template.
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.