@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceLineStyleConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The style configuration of the reference line.
| Constructor and Description | 
|---|
ReferenceLineStyleConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReferenceLineStyleConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getColor()
 The hex color of the reference line. 
 | 
String | 
getPattern()
 The pattern type of the line style. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setColor(String color)
 The hex color of the reference line. 
 | 
void | 
setPattern(String pattern)
 The pattern type of the line style. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ReferenceLineStyleConfiguration | 
withColor(String color)
 The hex color of the reference line. 
 | 
ReferenceLineStyleConfiguration | 
withPattern(ReferenceLinePatternType pattern)
 The pattern type of the line style. 
 | 
ReferenceLineStyleConfiguration | 
withPattern(String pattern)
 The pattern type of the line style. 
 | 
public void setPattern(String pattern)
The pattern type of the line style. Choose one of the following options:
 SOLID
 
 DASHED
 
 DOTTED
 
pattern - The pattern type of the line style. Choose one of the following options:
        
        SOLID
        
        DASHED
        
        DOTTED
        
ReferenceLinePatternTypepublic String getPattern()
The pattern type of the line style. Choose one of the following options:
 SOLID
 
 DASHED
 
 DOTTED
 
         SOLID
         
         DASHED
         
         DOTTED
         
ReferenceLinePatternTypepublic ReferenceLineStyleConfiguration withPattern(String pattern)
The pattern type of the line style. Choose one of the following options:
 SOLID
 
 DASHED
 
 DOTTED
 
pattern - The pattern type of the line style. Choose one of the following options:
        
        SOLID
        
        DASHED
        
        DOTTED
        
ReferenceLinePatternTypepublic ReferenceLineStyleConfiguration withPattern(ReferenceLinePatternType pattern)
The pattern type of the line style. Choose one of the following options:
 SOLID
 
 DASHED
 
 DOTTED
 
pattern - The pattern type of the line style. Choose one of the following options:
        
        SOLID
        
        DASHED
        
        DOTTED
        
ReferenceLinePatternTypepublic void setColor(String color)
The hex color of the reference line.
color - The hex color of the reference line.public String getColor()
The hex color of the reference line.
public ReferenceLineStyleConfiguration withColor(String color)
The hex color of the reference line.
color - The hex color of the reference line.public String toString()
toString in class ObjectObject.toString()public ReferenceLineStyleConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.