@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableFieldImageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The image configuration of a table field URL.
| Constructor and Description | 
|---|
| TableFieldImageConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| TableFieldImageConfiguration | clone() | 
| boolean | equals(Object obj) | 
| TableCellImageSizingConfiguration | getSizingOptions()
 The sizing options for the table image configuration. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setSizingOptions(TableCellImageSizingConfiguration sizingOptions)
 The sizing options for the table image configuration. | 
| String | toString()Returns a string representation of this object. | 
| TableFieldImageConfiguration | withSizingOptions(TableCellImageSizingConfiguration sizingOptions)
 The sizing options for the table image configuration. | 
public void setSizingOptions(TableCellImageSizingConfiguration sizingOptions)
The sizing options for the table image configuration.
sizingOptions - The sizing options for the table image configuration.public TableCellImageSizingConfiguration getSizingOptions()
The sizing options for the table image configuration.
public TableFieldImageConfiguration withSizingOptions(TableCellImageSizingConfiguration sizingOptions)
The sizing options for the table image configuration.
sizingOptions - The sizing options for the table image configuration.public String toString()
toString in class ObjectObject.toString()public TableFieldImageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.