Class TableStyleTarget
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TableStyleTarget
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableStyleTarget.Builder,TableStyleTarget>
@Generated("software.amazon.awssdk:codegen") public final class TableStyleTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableStyleTarget.Builder,TableStyleTarget>
The table style target.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableStyleTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableStyleTarget.Builderbuilder()StyledCellTypecellType()The cell type of the table style target.StringcellTypeAsString()The cell type of the table style target.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TableStyleTarget.Builder>serializableBuilderClass()TableStyleTarget.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
-
cellType
public final StyledCellType cellType()
The cell type of the table style target.
If the service returns an enum value that is not available in the current SDK version,
cellTypewill returnStyledCellType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcellTypeAsString().- Returns:
- The cell type of the table style target.
- See Also:
StyledCellType
-
cellTypeAsString
public final String cellTypeAsString()
The cell type of the table style target.
If the service returns an enum value that is not available in the current SDK version,
cellTypewill returnStyledCellType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcellTypeAsString().- Returns:
- The cell type of the table style target.
- See Also:
StyledCellType
-
toBuilder
public TableStyleTarget.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableStyleTarget.Builder,TableStyleTarget>
-
builder
public static TableStyleTarget.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableStyleTarget.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.
-
-