@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceLineStaticDataConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The static data configuration of the reference line data configuration.
| Constructor and Description | 
|---|
ReferenceLineStaticDataConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReferenceLineStaticDataConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
Double | 
getValue()
 The double input of the static data. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setValue(Double value)
 The double input of the static data. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ReferenceLineStaticDataConfiguration | 
withValue(Double value)
 The double input of the static data. 
 | 
public ReferenceLineStaticDataConfiguration()
public void setValue(Double value)
The double input of the static data.
value - The double input of the static data.public Double getValue()
The double input of the static data.
public ReferenceLineStaticDataConfiguration withValue(Double value)
The double input of the static data.
value - The double input of the static data.public String toString()
toString in class ObjectObject.toString()public ReferenceLineStaticDataConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.