@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The general configuration of a column.
Constructor and Description |
---|
ColumnConfiguration() |
Modifier and Type | Method and Description |
---|---|
ColumnConfiguration |
clone() |
boolean |
equals(Object obj) |
ColorsConfiguration |
getColorsConfiguration()
The color configurations of the column.
|
ColumnIdentifier |
getColumn()
The column.
|
FormatConfiguration |
getFormatConfiguration()
The format configuration of a column.
|
String |
getRole()
The role of the column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColorsConfiguration(ColorsConfiguration colorsConfiguration)
The color configurations of the column.
|
void |
setColumn(ColumnIdentifier column)
The column.
|
void |
setFormatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of a column.
|
void |
setRole(String role)
The role of the column.
|
String |
toString()
Returns a string representation of this object.
|
ColumnConfiguration |
withColorsConfiguration(ColorsConfiguration colorsConfiguration)
The color configurations of the column.
|
ColumnConfiguration |
withColumn(ColumnIdentifier column)
The column.
|
ColumnConfiguration |
withFormatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of a column.
|
ColumnConfiguration |
withRole(ColumnRole role)
The role of the column.
|
ColumnConfiguration |
withRole(String role)
The role of the column.
|
public void setColumn(ColumnIdentifier column)
The column.
column
- The column.public ColumnIdentifier getColumn()
The column.
public ColumnConfiguration withColumn(ColumnIdentifier column)
The column.
column
- The column.public void setFormatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of a column.
formatConfiguration
- The format configuration of a column.public FormatConfiguration getFormatConfiguration()
The format configuration of a column.
public ColumnConfiguration withFormatConfiguration(FormatConfiguration formatConfiguration)
The format configuration of a column.
formatConfiguration
- The format configuration of a column.public void setRole(String role)
The role of the column.
role
- The role of the column.ColumnRole
public String getRole()
The role of the column.
ColumnRole
public ColumnConfiguration withRole(String role)
The role of the column.
role
- The role of the column.ColumnRole
public ColumnConfiguration withRole(ColumnRole role)
The role of the column.
role
- The role of the column.ColumnRole
public void setColorsConfiguration(ColorsConfiguration colorsConfiguration)
The color configurations of the column.
colorsConfiguration
- The color configurations of the column.public ColorsConfiguration getColorsConfiguration()
The color configurations of the column.
public ColumnConfiguration withColorsConfiguration(ColorsConfiguration colorsConfiguration)
The color configurations of the column.
colorsConfiguration
- The color configurations of the column.public String toString()
toString
in class Object
Object.toString()
public ColumnConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.