Class TemplateAlias
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TemplateAlias
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TemplateAlias.Builder,TemplateAlias>
@Generated("software.amazon.awssdk:codegen") public final class TemplateAlias extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateAlias.Builder,TemplateAlias>
The template alias.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTemplateAlias.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaliasName()The display name of the template alias.Stringarn()The Amazon Resource Name (ARN) of the template alias.static TemplateAlias.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TemplateAlias.Builder>serializableBuilderClass()LongtemplateVersionNumber()The version number of the template alias.TemplateAlias.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
-
aliasName
public final String aliasName()
The display name of the template alias.
- Returns:
- The display name of the template alias.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the template alias.
- Returns:
- The Amazon Resource Name (ARN) of the template alias.
-
templateVersionNumber
public final Long templateVersionNumber()
The version number of the template alias.
- Returns:
- The version number of the template alias.
-
toBuilder
public TemplateAlias.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TemplateAlias.Builder,TemplateAlias>
-
builder
public static TemplateAlias.Builder builder()
-
serializableBuilderClass
public static Class<? extends TemplateAlias.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.
-
-