@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisplayFormatOptions extends Object implements Serializable, Cloneable, StructuredPojo
A structure that represents additional options for display formatting.
Constructor and Description |
---|
DisplayFormatOptions() |
Modifier and Type | Method and Description |
---|---|
DisplayFormatOptions |
clone() |
boolean |
equals(Object obj) |
String |
getBlankCellFormat()
Determines the blank cell format.
|
String |
getCurrencySymbol()
The currency symbol, such as
USD . |
String |
getDateFormat()
Determines the
DateTime format. |
String |
getDecimalSeparator()
Determines the decimal separator.
|
Integer |
getFractionDigits()
Determines the number of fraction digits.
|
String |
getGroupingSeparator()
Determines the grouping separator.
|
NegativeFormat |
getNegativeFormat()
The negative format.
|
String |
getPrefix()
The prefix value for a display format.
|
String |
getSuffix()
The suffix value for a display format.
|
String |
getUnitScaler()
The unit scaler.
|
Boolean |
getUseBlankCellFormat()
A Boolean value that indicates whether to use blank cell format.
|
Boolean |
getUseGrouping()
A Boolean value that indicates whether to use grouping.
|
int |
hashCode() |
Boolean |
isUseBlankCellFormat()
A Boolean value that indicates whether to use blank cell format.
|
Boolean |
isUseGrouping()
A Boolean value that indicates whether to use grouping.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBlankCellFormat(String blankCellFormat)
Determines the blank cell format.
|
void |
setCurrencySymbol(String currencySymbol)
The currency symbol, such as
USD . |
void |
setDateFormat(String dateFormat)
Determines the
DateTime format. |
void |
setDecimalSeparator(String decimalSeparator)
Determines the decimal separator.
|
void |
setFractionDigits(Integer fractionDigits)
Determines the number of fraction digits.
|
void |
setGroupingSeparator(String groupingSeparator)
Determines the grouping separator.
|
void |
setNegativeFormat(NegativeFormat negativeFormat)
The negative format.
|
void |
setPrefix(String prefix)
The prefix value for a display format.
|
void |
setSuffix(String suffix)
The suffix value for a display format.
|
void |
setUnitScaler(String unitScaler)
The unit scaler.
|
void |
setUseBlankCellFormat(Boolean useBlankCellFormat)
A Boolean value that indicates whether to use blank cell format.
|
void |
setUseGrouping(Boolean useGrouping)
A Boolean value that indicates whether to use grouping.
|
String |
toString()
Returns a string representation of this object.
|
DisplayFormatOptions |
withBlankCellFormat(String blankCellFormat)
Determines the blank cell format.
|
DisplayFormatOptions |
withCurrencySymbol(String currencySymbol)
The currency symbol, such as
USD . |
DisplayFormatOptions |
withDateFormat(String dateFormat)
Determines the
DateTime format. |
DisplayFormatOptions |
withDecimalSeparator(String decimalSeparator)
Determines the decimal separator.
|
DisplayFormatOptions |
withDecimalSeparator(TopicNumericSeparatorSymbol decimalSeparator)
Determines the decimal separator.
|
DisplayFormatOptions |
withFractionDigits(Integer fractionDigits)
Determines the number of fraction digits.
|
DisplayFormatOptions |
withGroupingSeparator(String groupingSeparator)
Determines the grouping separator.
|
DisplayFormatOptions |
withNegativeFormat(NegativeFormat negativeFormat)
The negative format.
|
DisplayFormatOptions |
withPrefix(String prefix)
The prefix value for a display format.
|
DisplayFormatOptions |
withSuffix(String suffix)
The suffix value for a display format.
|
DisplayFormatOptions |
withUnitScaler(NumberScale unitScaler)
The unit scaler.
|
DisplayFormatOptions |
withUnitScaler(String unitScaler)
The unit scaler.
|
DisplayFormatOptions |
withUseBlankCellFormat(Boolean useBlankCellFormat)
A Boolean value that indicates whether to use blank cell format.
|
DisplayFormatOptions |
withUseGrouping(Boolean useGrouping)
A Boolean value that indicates whether to use grouping.
|
public void setUseBlankCellFormat(Boolean useBlankCellFormat)
A Boolean value that indicates whether to use blank cell format.
useBlankCellFormat
- A Boolean value that indicates whether to use blank cell format.public Boolean getUseBlankCellFormat()
A Boolean value that indicates whether to use blank cell format.
public DisplayFormatOptions withUseBlankCellFormat(Boolean useBlankCellFormat)
A Boolean value that indicates whether to use blank cell format.
useBlankCellFormat
- A Boolean value that indicates whether to use blank cell format.public Boolean isUseBlankCellFormat()
A Boolean value that indicates whether to use blank cell format.
public void setBlankCellFormat(String blankCellFormat)
Determines the blank cell format.
blankCellFormat
- Determines the blank cell format.public String getBlankCellFormat()
Determines the blank cell format.
public DisplayFormatOptions withBlankCellFormat(String blankCellFormat)
Determines the blank cell format.
blankCellFormat
- Determines the blank cell format.public void setDateFormat(String dateFormat)
Determines the DateTime
format.
dateFormat
- Determines the DateTime
format.public String getDateFormat()
Determines the DateTime
format.
DateTime
format.public DisplayFormatOptions withDateFormat(String dateFormat)
Determines the DateTime
format.
dateFormat
- Determines the DateTime
format.public void setDecimalSeparator(String decimalSeparator)
Determines the decimal separator.
decimalSeparator
- Determines the decimal separator.TopicNumericSeparatorSymbol
public String getDecimalSeparator()
Determines the decimal separator.
TopicNumericSeparatorSymbol
public DisplayFormatOptions withDecimalSeparator(String decimalSeparator)
Determines the decimal separator.
decimalSeparator
- Determines the decimal separator.TopicNumericSeparatorSymbol
public DisplayFormatOptions withDecimalSeparator(TopicNumericSeparatorSymbol decimalSeparator)
Determines the decimal separator.
decimalSeparator
- Determines the decimal separator.TopicNumericSeparatorSymbol
public void setGroupingSeparator(String groupingSeparator)
Determines the grouping separator.
groupingSeparator
- Determines the grouping separator.public String getGroupingSeparator()
Determines the grouping separator.
public DisplayFormatOptions withGroupingSeparator(String groupingSeparator)
Determines the grouping separator.
groupingSeparator
- Determines the grouping separator.public void setUseGrouping(Boolean useGrouping)
A Boolean value that indicates whether to use grouping.
useGrouping
- A Boolean value that indicates whether to use grouping.public Boolean getUseGrouping()
A Boolean value that indicates whether to use grouping.
public DisplayFormatOptions withUseGrouping(Boolean useGrouping)
A Boolean value that indicates whether to use grouping.
useGrouping
- A Boolean value that indicates whether to use grouping.public Boolean isUseGrouping()
A Boolean value that indicates whether to use grouping.
public void setFractionDigits(Integer fractionDigits)
Determines the number of fraction digits.
fractionDigits
- Determines the number of fraction digits.public Integer getFractionDigits()
Determines the number of fraction digits.
public DisplayFormatOptions withFractionDigits(Integer fractionDigits)
Determines the number of fraction digits.
fractionDigits
- Determines the number of fraction digits.public void setPrefix(String prefix)
The prefix value for a display format.
prefix
- The prefix value for a display format.public String getPrefix()
The prefix value for a display format.
public DisplayFormatOptions withPrefix(String prefix)
The prefix value for a display format.
prefix
- The prefix value for a display format.public void setSuffix(String suffix)
The suffix value for a display format.
suffix
- The suffix value for a display format.public String getSuffix()
The suffix value for a display format.
public DisplayFormatOptions withSuffix(String suffix)
The suffix value for a display format.
suffix
- The suffix value for a display format.public void setUnitScaler(String unitScaler)
The unit scaler. Valid values for this structure are: NONE
, AUTO
,
THOUSANDS
, MILLIONS
, BILLIONS
, and TRILLIONS
.
unitScaler
- The unit scaler. Valid values for this structure are: NONE
, AUTO
,
THOUSANDS
, MILLIONS
, BILLIONS
, and TRILLIONS
.NumberScale
public String getUnitScaler()
The unit scaler. Valid values for this structure are: NONE
, AUTO
,
THOUSANDS
, MILLIONS
, BILLIONS
, and TRILLIONS
.
NONE
, AUTO
,
THOUSANDS
, MILLIONS
, BILLIONS
, and TRILLIONS
.NumberScale
public DisplayFormatOptions withUnitScaler(String unitScaler)
The unit scaler. Valid values for this structure are: NONE
, AUTO
,
THOUSANDS
, MILLIONS
, BILLIONS
, and TRILLIONS
.
unitScaler
- The unit scaler. Valid values for this structure are: NONE
, AUTO
,
THOUSANDS
, MILLIONS
, BILLIONS
, and TRILLIONS
.NumberScale
public DisplayFormatOptions withUnitScaler(NumberScale unitScaler)
The unit scaler. Valid values for this structure are: NONE
, AUTO
,
THOUSANDS
, MILLIONS
, BILLIONS
, and TRILLIONS
.
unitScaler
- The unit scaler. Valid values for this structure are: NONE
, AUTO
,
THOUSANDS
, MILLIONS
, BILLIONS
, and TRILLIONS
.NumberScale
public void setNegativeFormat(NegativeFormat negativeFormat)
The negative format.
negativeFormat
- The negative format.public NegativeFormat getNegativeFormat()
The negative format.
public DisplayFormatOptions withNegativeFormat(NegativeFormat negativeFormat)
The negative format.
negativeFormat
- The negative format.public void setCurrencySymbol(String currencySymbol)
The currency symbol, such as USD
.
currencySymbol
- The currency symbol, such as USD
.public String getCurrencySymbol()
The currency symbol, such as USD
.
USD
.public DisplayFormatOptions withCurrencySymbol(String currencySymbol)
The currency symbol, such as USD
.
currencySymbol
- The currency symbol, such as USD
.public String toString()
toString
in class Object
Object.toString()
public DisplayFormatOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.