@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColorsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The color configurations for a column.
| Constructor and Description |
|---|
ColorsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ColorsConfiguration |
clone() |
boolean |
equals(Object obj) |
List<CustomColor> |
getCustomColors()
A list of up to 50 custom colors.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCustomColors(Collection<CustomColor> customColors)
A list of up to 50 custom colors.
|
String |
toString()
Returns a string representation of this object.
|
ColorsConfiguration |
withCustomColors(Collection<CustomColor> customColors)
A list of up to 50 custom colors.
|
ColorsConfiguration |
withCustomColors(CustomColor... customColors)
A list of up to 50 custom colors.
|
public List<CustomColor> getCustomColors()
A list of up to 50 custom colors.
public void setCustomColors(Collection<CustomColor> customColors)
A list of up to 50 custom colors.
customColors - A list of up to 50 custom colors.public ColorsConfiguration withCustomColors(CustomColor... customColors)
A list of up to 50 custom colors.
NOTE: This method appends the values to the existing list (if any). Use
setCustomColors(java.util.Collection) or withCustomColors(java.util.Collection) if you want to
override the existing values.
customColors - A list of up to 50 custom colors.public ColorsConfiguration withCustomColors(Collection<CustomColor> customColors)
A list of up to 50 custom colors.
customColors - A list of up to 50 custom colors.public String toString()
toString in class ObjectObject.toString()public ColorsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.