@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RowAlternateColorOptions extends Object implements Serializable, Cloneable, StructuredPojo
Determines the row alternate color options.
| Constructor and Description |
|---|
RowAlternateColorOptions() |
| Modifier and Type | Method and Description |
|---|---|
RowAlternateColorOptions |
clone() |
boolean |
equals(Object obj) |
List<String> |
getRowAlternateColors()
Determines the list of row alternate colors.
|
String |
getStatus()
Determines the widget status.
|
String |
getUsePrimaryBackgroundColor()
The primary background color options for alternate rows.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
|
void |
setStatus(String status)
Determines the widget status.
|
void |
setUsePrimaryBackgroundColor(String usePrimaryBackgroundColor)
The primary background color options for alternate rows.
|
String |
toString()
Returns a string representation of this object.
|
RowAlternateColorOptions |
withRowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
|
RowAlternateColorOptions |
withRowAlternateColors(String... rowAlternateColors)
Determines the list of row alternate colors.
|
RowAlternateColorOptions |
withStatus(String status)
Determines the widget status.
|
RowAlternateColorOptions |
withStatus(WidgetStatus status)
Determines the widget status.
|
RowAlternateColorOptions |
withUsePrimaryBackgroundColor(String usePrimaryBackgroundColor)
The primary background color options for alternate rows.
|
RowAlternateColorOptions |
withUsePrimaryBackgroundColor(WidgetStatus usePrimaryBackgroundColor)
The primary background color options for alternate rows.
|
public void setStatus(String status)
Determines the widget status.
status - Determines the widget status.WidgetStatuspublic String getStatus()
Determines the widget status.
WidgetStatuspublic RowAlternateColorOptions withStatus(String status)
Determines the widget status.
status - Determines the widget status.WidgetStatuspublic RowAlternateColorOptions withStatus(WidgetStatus status)
Determines the widget status.
status - Determines the widget status.WidgetStatuspublic List<String> getRowAlternateColors()
Determines the list of row alternate colors.
public void setRowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
rowAlternateColors - Determines the list of row alternate colors.public RowAlternateColorOptions withRowAlternateColors(String... rowAlternateColors)
Determines the list of row alternate colors.
NOTE: This method appends the values to the existing list (if any). Use
setRowAlternateColors(java.util.Collection) or withRowAlternateColors(java.util.Collection) if
you want to override the existing values.
rowAlternateColors - Determines the list of row alternate colors.public RowAlternateColorOptions withRowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
rowAlternateColors - Determines the list of row alternate colors.public void setUsePrimaryBackgroundColor(String usePrimaryBackgroundColor)
The primary background color options for alternate rows.
usePrimaryBackgroundColor - The primary background color options for alternate rows.WidgetStatuspublic String getUsePrimaryBackgroundColor()
The primary background color options for alternate rows.
WidgetStatuspublic RowAlternateColorOptions withUsePrimaryBackgroundColor(String usePrimaryBackgroundColor)
The primary background color options for alternate rows.
usePrimaryBackgroundColor - The primary background color options for alternate rows.WidgetStatuspublic RowAlternateColorOptions withUsePrimaryBackgroundColor(WidgetStatus usePrimaryBackgroundColor)
The primary background color options for alternate rows.
usePrimaryBackgroundColor - The primary background color options for alternate rows.WidgetStatuspublic String toString()
toString in class ObjectObject.toString()public RowAlternateColorOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.