@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AxisLabelReferenceOptions extends Object implements Serializable, Cloneable, StructuredPojo
The reference that specifies where the axis label is applied to.
Constructor and Description |
---|
AxisLabelReferenceOptions() |
Modifier and Type | Method and Description |
---|---|
AxisLabelReferenceOptions |
clone() |
boolean |
equals(Object obj) |
ColumnIdentifier |
getColumn()
The column that the axis label is targeted to.
|
String |
getFieldId()
The field that the axis label is targeted to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumn(ColumnIdentifier column)
The column that the axis label is targeted to.
|
void |
setFieldId(String fieldId)
The field that the axis label is targeted to.
|
String |
toString()
Returns a string representation of this object.
|
AxisLabelReferenceOptions |
withColumn(ColumnIdentifier column)
The column that the axis label is targeted to.
|
AxisLabelReferenceOptions |
withFieldId(String fieldId)
The field that the axis label is targeted to.
|
public void setFieldId(String fieldId)
The field that the axis label is targeted to.
fieldId
- The field that the axis label is targeted to.public String getFieldId()
The field that the axis label is targeted to.
public AxisLabelReferenceOptions withFieldId(String fieldId)
The field that the axis label is targeted to.
fieldId
- The field that the axis label is targeted to.public void setColumn(ColumnIdentifier column)
The column that the axis label is targeted to.
column
- The column that the axis label is targeted to.public ColumnIdentifier getColumn()
The column that the axis label is targeted to.
public AxisLabelReferenceOptions withColumn(ColumnIdentifier column)
The column that the axis label is targeted to.
column
- The column that the axis label is targeted to.public String toString()
toString
in class Object
Object.toString()
public AxisLabelReferenceOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.