@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PivotTableRowsLabelOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options for the label thta is located above the row headers. This option is only applicable when
RowsLayout is set to HIERARCHY.
| Constructor and Description |
|---|
PivotTableRowsLabelOptions() |
| Modifier and Type | Method and Description |
|---|---|
PivotTableRowsLabelOptions |
clone() |
boolean |
equals(Object obj) |
String |
getCustomLabel()
The custom label string for the rows label.
|
String |
getVisibility()
The visibility of the rows label.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCustomLabel(String customLabel)
The custom label string for the rows label.
|
void |
setVisibility(String visibility)
The visibility of the rows label.
|
String |
toString()
Returns a string representation of this object.
|
PivotTableRowsLabelOptions |
withCustomLabel(String customLabel)
The custom label string for the rows label.
|
PivotTableRowsLabelOptions |
withVisibility(String visibility)
The visibility of the rows label.
|
PivotTableRowsLabelOptions |
withVisibility(Visibility visibility)
The visibility of the rows label.
|
public void setVisibility(String visibility)
The visibility of the rows label.
visibility - The visibility of the rows label.Visibilitypublic String getVisibility()
The visibility of the rows label.
Visibilitypublic PivotTableRowsLabelOptions withVisibility(String visibility)
The visibility of the rows label.
visibility - The visibility of the rows label.Visibilitypublic PivotTableRowsLabelOptions withVisibility(Visibility visibility)
The visibility of the rows label.
visibility - The visibility of the rows label.Visibilitypublic void setCustomLabel(String customLabel)
The custom label string for the rows label.
customLabel - The custom label string for the rows label.public String getCustomLabel()
The custom label string for the rows label.
public PivotTableRowsLabelOptions withCustomLabel(String customLabel)
The custom label string for the rows label.
customLabel - The custom label string for the rows label.public String toString()
toString in class ObjectObject.toString()public PivotTableRowsLabelOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.