@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceLineDataConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The data configuration of the reference line.
| Constructor and Description | 
|---|
ReferenceLineDataConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReferenceLineDataConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getAxisBinding()
 The axis binding type of the reference line. 
 | 
ReferenceLineDynamicDataConfiguration | 
getDynamicConfiguration()
 The dynamic configuration of the reference line data configuration. 
 | 
String | 
getSeriesType()
 The series type of the reference line data configuration. 
 | 
ReferenceLineStaticDataConfiguration | 
getStaticConfiguration()
 The static data configuration of the reference line data configuration. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setAxisBinding(String axisBinding)
 The axis binding type of the reference line. 
 | 
void | 
setDynamicConfiguration(ReferenceLineDynamicDataConfiguration dynamicConfiguration)
 The dynamic configuration of the reference line data configuration. 
 | 
void | 
setSeriesType(String seriesType)
 The series type of the reference line data configuration. 
 | 
void | 
setStaticConfiguration(ReferenceLineStaticDataConfiguration staticConfiguration)
 The static data configuration of the reference line data configuration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ReferenceLineDataConfiguration | 
withAxisBinding(AxisBinding axisBinding)
 The axis binding type of the reference line. 
 | 
ReferenceLineDataConfiguration | 
withAxisBinding(String axisBinding)
 The axis binding type of the reference line. 
 | 
ReferenceLineDataConfiguration | 
withDynamicConfiguration(ReferenceLineDynamicDataConfiguration dynamicConfiguration)
 The dynamic configuration of the reference line data configuration. 
 | 
ReferenceLineDataConfiguration | 
withSeriesType(ReferenceLineSeriesType seriesType)
 The series type of the reference line data configuration. 
 | 
ReferenceLineDataConfiguration | 
withSeriesType(String seriesType)
 The series type of the reference line data configuration. 
 | 
ReferenceLineDataConfiguration | 
withStaticConfiguration(ReferenceLineStaticDataConfiguration staticConfiguration)
 The static data configuration of the reference line data configuration. 
 | 
public void setStaticConfiguration(ReferenceLineStaticDataConfiguration staticConfiguration)
The static data configuration of the reference line data configuration.
staticConfiguration - The static data configuration of the reference line data configuration.public ReferenceLineStaticDataConfiguration getStaticConfiguration()
The static data configuration of the reference line data configuration.
public ReferenceLineDataConfiguration withStaticConfiguration(ReferenceLineStaticDataConfiguration staticConfiguration)
The static data configuration of the reference line data configuration.
staticConfiguration - The static data configuration of the reference line data configuration.public void setDynamicConfiguration(ReferenceLineDynamicDataConfiguration dynamicConfiguration)
The dynamic configuration of the reference line data configuration.
dynamicConfiguration - The dynamic configuration of the reference line data configuration.public ReferenceLineDynamicDataConfiguration getDynamicConfiguration()
The dynamic configuration of the reference line data configuration.
public ReferenceLineDataConfiguration withDynamicConfiguration(ReferenceLineDynamicDataConfiguration dynamicConfiguration)
The dynamic configuration of the reference line data configuration.
dynamicConfiguration - The dynamic configuration of the reference line data configuration.public void setAxisBinding(String axisBinding)
The axis binding type of the reference line. Choose one of the following options:
 PrimaryY
 
 SecondaryY
 
axisBinding - The axis binding type of the reference line. Choose one of the following options:
        
        PrimaryY
        
        SecondaryY
        
AxisBindingpublic String getAxisBinding()
The axis binding type of the reference line. Choose one of the following options:
 PrimaryY
 
 SecondaryY
 
         PrimaryY
         
         SecondaryY
         
AxisBindingpublic ReferenceLineDataConfiguration withAxisBinding(String axisBinding)
The axis binding type of the reference line. Choose one of the following options:
 PrimaryY
 
 SecondaryY
 
axisBinding - The axis binding type of the reference line. Choose one of the following options:
        
        PrimaryY
        
        SecondaryY
        
AxisBindingpublic ReferenceLineDataConfiguration withAxisBinding(AxisBinding axisBinding)
The axis binding type of the reference line. Choose one of the following options:
 PrimaryY
 
 SecondaryY
 
axisBinding - The axis binding type of the reference line. Choose one of the following options:
        
        PrimaryY
        
        SecondaryY
        
AxisBindingpublic void setSeriesType(String seriesType)
The series type of the reference line data configuration. Choose one of the following options:
 BAR
 
 LINE
 
seriesType - The series type of the reference line data configuration. Choose one of the following options:
        
        BAR
        
        LINE
        
ReferenceLineSeriesTypepublic String getSeriesType()
The series type of the reference line data configuration. Choose one of the following options:
 BAR
 
 LINE
 
         BAR
         
         LINE
         
ReferenceLineSeriesTypepublic ReferenceLineDataConfiguration withSeriesType(String seriesType)
The series type of the reference line data configuration. Choose one of the following options:
 BAR
 
 LINE
 
seriesType - The series type of the reference line data configuration. Choose one of the following options:
        
        BAR
        
        LINE
        
ReferenceLineSeriesTypepublic ReferenceLineDataConfiguration withSeriesType(ReferenceLineSeriesType seriesType)
The series type of the reference line data configuration. Choose one of the following options:
 BAR
 
 LINE
 
seriesType - The series type of the reference line data configuration. Choose one of the following options:
        
        BAR
        
        LINE
        
ReferenceLineSeriesTypepublic String toString()
toString in class ObjectObject.toString()public ReferenceLineDataConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.