@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)
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.
|
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.WidgetStatus
public String getStatus()
Determines the widget status.
WidgetStatus
public RowAlternateColorOptions withStatus(String status)
Determines the widget status.
status
- Determines the widget status.WidgetStatus
public RowAlternateColorOptions withStatus(WidgetStatus status)
Determines the widget status.
status
- Determines the widget status.WidgetStatus
public 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 Object
Object.toString()
public RowAlternateColorOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.