@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnaggregatedField extends Object implements Serializable, Cloneable, StructuredPojo
The unaggregated field for a table.
| Constructor and Description |
|---|
UnaggregatedField() |
| Modifier and Type | Method and Description |
|---|---|
UnaggregatedField |
clone() |
boolean |
equals(Object obj) |
ColumnIdentifier |
getColumn()
The column that is used in the
UnaggregatedField. |
String |
getFieldId()
The custom field ID.
|
FormatConfiguration |
getFormatConfiguration()
The format configuration of the field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColumn(ColumnIdentifier column)
The column that is used in the
UnaggregatedField. |
void |
setFieldId(String fieldId)
The custom field ID.
|
void |
setFormatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of the field.
|
String |
toString()
Returns a string representation of this object.
|
UnaggregatedField |
withColumn(ColumnIdentifier column)
The column that is used in the
UnaggregatedField. |
UnaggregatedField |
withFieldId(String fieldId)
The custom field ID.
|
UnaggregatedField |
withFormatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of the field.
|
public void setFieldId(String fieldId)
The custom field ID.
fieldId - The custom field ID.public String getFieldId()
The custom field ID.
public UnaggregatedField withFieldId(String fieldId)
The custom field ID.
fieldId - The custom field ID.public void setColumn(ColumnIdentifier column)
The column that is used in the UnaggregatedField.
column - The column that is used in the UnaggregatedField.public ColumnIdentifier getColumn()
The column that is used in the UnaggregatedField.
UnaggregatedField.public UnaggregatedField withColumn(ColumnIdentifier column)
The column that is used in the UnaggregatedField.
column - The column that is used in the UnaggregatedField.public void setFormatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration - The format configuration of the field.public FormatConfiguration getFormatConfiguration()
The format configuration of the field.
public UnaggregatedField withFormatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration - The format configuration of the field.public String toString()
toString in class ObjectObject.toString()public UnaggregatedField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.