@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThousandSeparatorOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the thousands separator configuration.
| Constructor and Description |
|---|
ThousandSeparatorOptions() |
| Modifier and Type | Method and Description |
|---|---|
ThousandSeparatorOptions |
clone() |
boolean |
equals(Object obj) |
String |
getSymbol()
Determines the thousands separator symbol.
|
String |
getVisibility()
Determines the visibility of the thousands separator.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSymbol(String symbol)
Determines the thousands separator symbol.
|
void |
setVisibility(String visibility)
Determines the visibility of the thousands separator.
|
String |
toString()
Returns a string representation of this object.
|
ThousandSeparatorOptions |
withSymbol(NumericSeparatorSymbol symbol)
Determines the thousands separator symbol.
|
ThousandSeparatorOptions |
withSymbol(String symbol)
Determines the thousands separator symbol.
|
ThousandSeparatorOptions |
withVisibility(String visibility)
Determines the visibility of the thousands separator.
|
ThousandSeparatorOptions |
withVisibility(Visibility visibility)
Determines the visibility of the thousands separator.
|
public void setSymbol(String symbol)
Determines the thousands separator symbol.
symbol - Determines the thousands separator symbol.NumericSeparatorSymbolpublic String getSymbol()
Determines the thousands separator symbol.
NumericSeparatorSymbolpublic ThousandSeparatorOptions withSymbol(String symbol)
Determines the thousands separator symbol.
symbol - Determines the thousands separator symbol.NumericSeparatorSymbolpublic ThousandSeparatorOptions withSymbol(NumericSeparatorSymbol symbol)
Determines the thousands separator symbol.
symbol - Determines the thousands separator symbol.NumericSeparatorSymbolpublic void setVisibility(String visibility)
Determines the visibility of the thousands separator.
visibility - Determines the visibility of the thousands separator.Visibilitypublic String getVisibility()
Determines the visibility of the thousands separator.
Visibilitypublic ThousandSeparatorOptions withVisibility(String visibility)
Determines the visibility of the thousands separator.
visibility - Determines the visibility of the thousands separator.Visibilitypublic ThousandSeparatorOptions withVisibility(Visibility visibility)
Determines the visibility of the thousands separator.
visibility - Determines the visibility of the thousands separator.Visibilitypublic String toString()
toString in class ObjectObject.toString()public ThousandSeparatorOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.