@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StringFormatConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Formatting configuration for string fields.
| Constructor and Description | 
|---|
| StringFormatConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| StringFormatConfiguration | clone() | 
| boolean | equals(Object obj) | 
| NullValueFormatConfiguration | getNullValueFormatConfiguration()
 The options that determine the null value format configuration. | 
| NumericFormatConfiguration | getNumericFormatConfiguration()
 The formatting configuration for numeric strings. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setNullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
 The options that determine the null value format configuration. | 
| void | setNumericFormatConfiguration(NumericFormatConfiguration numericFormatConfiguration)
 The formatting configuration for numeric strings. | 
| String | toString()Returns a string representation of this object. | 
| StringFormatConfiguration | withNullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
 The options that determine the null value format configuration. | 
| StringFormatConfiguration | withNumericFormatConfiguration(NumericFormatConfiguration numericFormatConfiguration)
 The formatting configuration for numeric strings. | 
public void setNullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
nullValueFormatConfiguration - The options that determine the null value format configuration.public NullValueFormatConfiguration getNullValueFormatConfiguration()
The options that determine the null value format configuration.
public StringFormatConfiguration withNullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)
The options that determine the null value format configuration.
nullValueFormatConfiguration - The options that determine the null value format configuration.public void setNumericFormatConfiguration(NumericFormatConfiguration numericFormatConfiguration)
The formatting configuration for numeric strings.
numericFormatConfiguration - The formatting configuration for numeric strings.public NumericFormatConfiguration getNumericFormatConfiguration()
The formatting configuration for numeric strings.
public StringFormatConfiguration withNumericFormatConfiguration(NumericFormatConfiguration numericFormatConfiguration)
The formatting configuration for numeric strings.
numericFormatConfiguration - The formatting configuration for numeric strings.public String toString()
toString in class ObjectObject.toString()public StringFormatConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.