Class TemplateSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connectcases.model.TemplateSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TemplateSummary.Builder,TemplateSummary>
@Generated("software.amazon.awssdk:codegen") public final class TemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateSummary.Builder,TemplateSummary>
Template summary information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTemplateSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TemplateSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The template name.List<SdkField<?>>sdkFields()static Class<? extends TemplateSummary.Builder>serializableBuilderClass()TemplateStatusstatus()The status of the template.StringstatusAsString()The status of the template.StringtemplateArn()The Amazon Resource Name (ARN) of the template.StringtemplateId()The unique identifier for the template.TemplateSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The template name.
- Returns:
- The template name.
-
status
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,
statuswill returnTemplateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the template.
- See Also:
TemplateStatus
-
statusAsString
public final String statusAsString()
The status of the template.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTemplateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the template.
- See Also:
TemplateStatus
-
templateArn
public final String templateArn()
The Amazon Resource Name (ARN) of the template.
- Returns:
- The Amazon Resource Name (ARN) of the template.
-
templateId
public final String templateId()
The unique identifier for the template.
- Returns:
- The unique identifier for the template.
-
toBuilder
public TemplateSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TemplateSummary.Builder,TemplateSummary>
-
builder
public static TemplateSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TemplateSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-