@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceLineValueLabelConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The value label configuration of the label in a reference line.
| Constructor and Description | 
|---|
| ReferenceLineValueLabelConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| ReferenceLineValueLabelConfiguration | clone() | 
| boolean | equals(Object obj) | 
| NumericFormatConfiguration | getFormatConfiguration()
 The format configuration of the value label. | 
| String | getRelativePosition()
 The relative position of the value label. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setFormatConfiguration(NumericFormatConfiguration formatConfiguration)
 The format configuration of the value label. | 
| void | setRelativePosition(String relativePosition)
 The relative position of the value label. | 
| String | toString()Returns a string representation of this object. | 
| ReferenceLineValueLabelConfiguration | withFormatConfiguration(NumericFormatConfiguration formatConfiguration)
 The format configuration of the value label. | 
| ReferenceLineValueLabelConfiguration | withRelativePosition(ReferenceLineValueLabelRelativePosition relativePosition)
 The relative position of the value label. | 
| ReferenceLineValueLabelConfiguration | withRelativePosition(String relativePosition)
 The relative position of the value label. | 
public ReferenceLineValueLabelConfiguration()
public void setRelativePosition(String relativePosition)
The relative position of the value label. Choose one of the following options:
 BEFORE_CUSTOM_LABEL
 
 AFTER_CUSTOM_LABEL
 
relativePosition - The relative position of the value label. Choose one of the following options:
        
        BEFORE_CUSTOM_LABEL
        
        AFTER_CUSTOM_LABEL
        
ReferenceLineValueLabelRelativePositionpublic String getRelativePosition()
The relative position of the value label. Choose one of the following options:
 BEFORE_CUSTOM_LABEL
 
 AFTER_CUSTOM_LABEL
 
         BEFORE_CUSTOM_LABEL
         
         AFTER_CUSTOM_LABEL
         
ReferenceLineValueLabelRelativePositionpublic ReferenceLineValueLabelConfiguration withRelativePosition(String relativePosition)
The relative position of the value label. Choose one of the following options:
 BEFORE_CUSTOM_LABEL
 
 AFTER_CUSTOM_LABEL
 
relativePosition - The relative position of the value label. Choose one of the following options:
        
        BEFORE_CUSTOM_LABEL
        
        AFTER_CUSTOM_LABEL
        
ReferenceLineValueLabelRelativePositionpublic ReferenceLineValueLabelConfiguration withRelativePosition(ReferenceLineValueLabelRelativePosition relativePosition)
The relative position of the value label. Choose one of the following options:
 BEFORE_CUSTOM_LABEL
 
 AFTER_CUSTOM_LABEL
 
relativePosition - The relative position of the value label. Choose one of the following options:
        
        BEFORE_CUSTOM_LABEL
        
        AFTER_CUSTOM_LABEL
        
ReferenceLineValueLabelRelativePositionpublic void setFormatConfiguration(NumericFormatConfiguration formatConfiguration)
The format configuration of the value label.
formatConfiguration - The format configuration of the value label.public NumericFormatConfiguration getFormatConfiguration()
The format configuration of the value label.
public ReferenceLineValueLabelConfiguration withFormatConfiguration(NumericFormatConfiguration formatConfiguration)
The format configuration of the value label.
formatConfiguration - The format configuration of the value label.public String toString()
toString in class ObjectObject.toString()public ReferenceLineValueLabelConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.