@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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
|
void |
setStatus(String status)
Determines the widget status.
|
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.
|
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 String toString()
toString in class ObjectObject.toString()public RowAlternateColorOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.