@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) |
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 Object
Object.toString()
public TableFieldImageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.