@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomColor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomColor.Builder |
builder() |
String |
color()
The color that is applied to the data value.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldValue()
The data value that the color is applied to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomColor.Builder> |
serializableBuilderClass() |
SpecialValue |
specialValue()
The value of a special data value.
|
String |
specialValueAsString()
The value of a special data value.
|
CustomColor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fieldValue()
The data value that the color is applied to.
public final String color()
The color that is applied to the data value.
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, specialValue will
return SpecialValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
specialValueAsString().
SpecialValuepublic 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, specialValue will
return SpecialValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
specialValueAsString().
SpecialValuepublic CustomColor.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomColor.Builder,CustomColor>public static CustomColor.Builder builder()
public static Class<? extends CustomColor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.