@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NumericSeparatorConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the numeric separator configuration.
Constructor and Description |
---|
NumericSeparatorConfiguration() |
Modifier and Type | Method and Description |
---|---|
NumericSeparatorConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDecimalSeparator()
Determines the decimal separator.
|
ThousandSeparatorOptions |
getThousandsSeparator()
The options that determine the thousands separator configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDecimalSeparator(String decimalSeparator)
Determines the decimal separator.
|
void |
setThousandsSeparator(ThousandSeparatorOptions thousandsSeparator)
The options that determine the thousands separator configuration.
|
String |
toString()
Returns a string representation of this object.
|
NumericSeparatorConfiguration |
withDecimalSeparator(NumericSeparatorSymbol decimalSeparator)
Determines the decimal separator.
|
NumericSeparatorConfiguration |
withDecimalSeparator(String decimalSeparator)
Determines the decimal separator.
|
NumericSeparatorConfiguration |
withThousandsSeparator(ThousandSeparatorOptions thousandsSeparator)
The options that determine the thousands separator configuration.
|
public void setDecimalSeparator(String decimalSeparator)
Determines the decimal separator.
decimalSeparator
- Determines the decimal separator.NumericSeparatorSymbol
public String getDecimalSeparator()
Determines the decimal separator.
NumericSeparatorSymbol
public NumericSeparatorConfiguration withDecimalSeparator(String decimalSeparator)
Determines the decimal separator.
decimalSeparator
- Determines the decimal separator.NumericSeparatorSymbol
public NumericSeparatorConfiguration withDecimalSeparator(NumericSeparatorSymbol decimalSeparator)
Determines the decimal separator.
decimalSeparator
- Determines the decimal separator.NumericSeparatorSymbol
public void setThousandsSeparator(ThousandSeparatorOptions thousandsSeparator)
The options that determine the thousands separator configuration.
thousandsSeparator
- The options that determine the thousands separator configuration.public ThousandSeparatorOptions getThousandsSeparator()
The options that determine the thousands separator configuration.
public NumericSeparatorConfiguration withThousandsSeparator(ThousandSeparatorOptions thousandsSeparator)
The options that determine the thousands separator configuration.
thousandsSeparator
- The options that determine the thousands separator configuration.public String toString()
toString
in class Object
Object.toString()
public NumericSeparatorConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.