@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecimalPlacesConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The option that determines the decimal places configuration.
| Constructor and Description |
|---|
DecimalPlacesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DecimalPlacesConfiguration |
clone() |
boolean |
equals(Object obj) |
Long |
getDecimalPlaces()
The values of the decimal places.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDecimalPlaces(Long decimalPlaces)
The values of the decimal places.
|
String |
toString()
Returns a string representation of this object.
|
DecimalPlacesConfiguration |
withDecimalPlaces(Long decimalPlaces)
The values of the decimal places.
|
public void setDecimalPlaces(Long decimalPlaces)
The values of the decimal places.
decimalPlaces - The values of the decimal places.public Long getDecimalPlaces()
The values of the decimal places.
public DecimalPlacesConfiguration withDecimalPlaces(Long decimalPlaces)
The values of the decimal places.
decimalPlaces - The values of the decimal places.public String toString()
toString in class ObjectObject.toString()public DecimalPlacesConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.