@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceLineCustomLabelConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
 The configuration for a custom label on a ReferenceLine.
 
| Constructor and Description | 
|---|
ReferenceLineCustomLabelConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReferenceLineCustomLabelConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getCustomLabel()
 The string text of the custom label. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setCustomLabel(String customLabel)
 The string text of the custom label. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ReferenceLineCustomLabelConfiguration | 
withCustomLabel(String customLabel)
 The string text of the custom label. 
 | 
public ReferenceLineCustomLabelConfiguration()
public void setCustomLabel(String customLabel)
The string text of the custom label.
customLabel - The string text of the custom label.public String getCustomLabel()
The string text of the custom label.
public ReferenceLineCustomLabelConfiguration withCustomLabel(String customLabel)
The string text of the custom label.
customLabel - The string text of the custom label.public String toString()
toString in class ObjectObject.toString()public ReferenceLineCustomLabelConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.