Class CustomColor
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.CustomColor
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomColor.Builder,CustomColor>
@Generated("software.amazon.awssdk:codegen") public final class CustomColor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomColor.Builder,CustomColor>
Determines the color that's applied to a particular data value in a column.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomColor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomColor.Builderbuilder()Stringcolor()The color that is applied to the data value.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfieldValue()The data value that the color is applied to.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CustomColor.Builder>serializableBuilderClass()SpecialValuespecialValue()The value of a special data value.StringspecialValueAsString()The value of a special data value.CustomColor.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
-
fieldValue
public final String fieldValue()
The data value that the color is applied to.
- Returns:
- The data value that the color is applied to.
-
color
public final String color()
The color that is applied to the data value.
- Returns:
- The color that is applied to the data value.
-
specialValue
public final SpecialValue specialValue()
The value of a special data value.
If the service returns an enum value that is not available in the current SDK version,
specialValuewill returnSpecialValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromspecialValueAsString().- Returns:
- The value of a special data value.
- See Also:
SpecialValue
-
specialValueAsString
public final String specialValueAsString()
The value of a special data value.
If the service returns an enum value that is not available in the current SDK version,
specialValuewill returnSpecialValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromspecialValueAsString().- Returns:
- The value of a special data value.
- See Also:
SpecialValue
-
toBuilder
public CustomColor.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomColor.Builder,CustomColor>
-
builder
public static CustomColor.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomColor.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.
-
-