@Generated(value="software.amazon.awssdk:codegen") public final class TemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateSummary.Builder,TemplateSummary>
Template summary information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TemplateSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The template name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateSummary.Builder> |
serializableBuilderClass() |
TemplateStatus |
status()
The status of the template.
|
String |
statusAsString()
The status of the template.
|
String |
templateArn()
The Amazon Resource Name (ARN) of the template.
|
String |
templateId()
The unique identifier for the template.
|
TemplateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The template name.
public final TemplateStatus status()
The status of the template.
If the service returns an enum value that is not available in the current SDK version, status will
return TemplateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TemplateStatuspublic final String statusAsString()
The status of the template.
If the service returns an enum value that is not available in the current SDK version, status will
return TemplateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TemplateStatuspublic final String templateArn()
The Amazon Resource Name (ARN) of the template.
public final String templateId()
The unique identifier for 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.