@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomColor extends Object implements Serializable, Cloneable, StructuredPojo
Determines the color that's applied to a particular data value in a column.
| Constructor and Description |
|---|
CustomColor() |
| Modifier and Type | Method and Description |
|---|---|
CustomColor |
clone() |
boolean |
equals(Object obj) |
String |
getColor()
The color that is applied to the data value.
|
String |
getFieldValue()
The data value that the color is applied to.
|
String |
getSpecialValue()
The value of a special data value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColor(String color)
The color that is applied to the data value.
|
void |
setFieldValue(String fieldValue)
The data value that the color is applied to.
|
void |
setSpecialValue(String specialValue)
The value of a special data value.
|
String |
toString()
Returns a string representation of this object.
|
CustomColor |
withColor(String color)
The color that is applied to the data value.
|
CustomColor |
withFieldValue(String fieldValue)
The data value that the color is applied to.
|
CustomColor |
withSpecialValue(SpecialValue specialValue)
The value of a special data value.
|
CustomColor |
withSpecialValue(String specialValue)
The value of a special data value.
|
public void setFieldValue(String fieldValue)
The data value that the color is applied to.
fieldValue - The data value that the color is applied to.public String getFieldValue()
The data value that the color is applied to.
public CustomColor withFieldValue(String fieldValue)
The data value that the color is applied to.
fieldValue - The data value that the color is applied to.public void setColor(String color)
The color that is applied to the data value.
color - The color that is applied to the data value.public String getColor()
The color that is applied to the data value.
public CustomColor withColor(String color)
The color that is applied to the data value.
color - The color that is applied to the data value.public void setSpecialValue(String specialValue)
The value of a special data value.
specialValue - The value of a special data value.SpecialValuepublic String getSpecialValue()
The value of a special data value.
SpecialValuepublic CustomColor withSpecialValue(String specialValue)
The value of a special data value.
specialValue - The value of a special data value.SpecialValuepublic CustomColor withSpecialValue(SpecialValue specialValue)
The value of a special data value.
specialValue - The value of a special data value.SpecialValuepublic String toString()
toString in class ObjectObject.toString()public CustomColor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.