@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VisualPalette extends Object implements Serializable, Cloneable, StructuredPojo
The visual display options for the visual palette.
Constructor and Description |
---|
VisualPalette() |
Modifier and Type | Method and Description |
---|---|
VisualPalette |
clone() |
boolean |
equals(Object obj) |
String |
getChartColor()
The chart color options for the visual palette.
|
List<DataPathColor> |
getColorMap()
The color map options for the visual palette.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChartColor(String chartColor)
The chart color options for the visual palette.
|
void |
setColorMap(Collection<DataPathColor> colorMap)
The color map options for the visual palette.
|
String |
toString()
Returns a string representation of this object.
|
VisualPalette |
withChartColor(String chartColor)
The chart color options for the visual palette.
|
VisualPalette |
withColorMap(Collection<DataPathColor> colorMap)
The color map options for the visual palette.
|
VisualPalette |
withColorMap(DataPathColor... colorMap)
The color map options for the visual palette.
|
public void setChartColor(String chartColor)
The chart color options for the visual palette.
chartColor
- The chart color options for the visual palette.public String getChartColor()
The chart color options for the visual palette.
public VisualPalette withChartColor(String chartColor)
The chart color options for the visual palette.
chartColor
- The chart color options for the visual palette.public List<DataPathColor> getColorMap()
The color map options for the visual palette.
public void setColorMap(Collection<DataPathColor> colorMap)
The color map options for the visual palette.
colorMap
- The color map options for the visual palette.public VisualPalette withColorMap(DataPathColor... colorMap)
The color map options for the visual palette.
NOTE: This method appends the values to the existing list (if any). Use
setColorMap(java.util.Collection)
or withColorMap(java.util.Collection)
if you want to override
the existing values.
colorMap
- The color map options for the visual palette.public VisualPalette withColorMap(Collection<DataPathColor> colorMap)
The color map options for the visual palette.
colorMap
- The color map options for the visual palette.public String toString()
toString
in class Object
Object.toString()
public VisualPalette clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.