@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableFieldLinkContentConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The URL content (text, icon) for the table link configuration.
Constructor and Description |
---|
TableFieldLinkContentConfiguration() |
Modifier and Type | Method and Description |
---|---|
TableFieldLinkContentConfiguration |
clone() |
boolean |
equals(Object obj) |
TableFieldCustomIconContent |
getCustomIconContent()
The custom icon content for the table link content configuration.
|
TableFieldCustomTextContent |
getCustomTextContent()
The custom text content (value, font configuration) for the table link content configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCustomIconContent(TableFieldCustomIconContent customIconContent)
The custom icon content for the table link content configuration.
|
void |
setCustomTextContent(TableFieldCustomTextContent customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
|
String |
toString()
Returns a string representation of this object.
|
TableFieldLinkContentConfiguration |
withCustomIconContent(TableFieldCustomIconContent customIconContent)
The custom icon content for the table link content configuration.
|
TableFieldLinkContentConfiguration |
withCustomTextContent(TableFieldCustomTextContent customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
|
public void setCustomTextContent(TableFieldCustomTextContent customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
customTextContent
- The custom text content (value, font configuration) for the table link content configuration.public TableFieldCustomTextContent getCustomTextContent()
The custom text content (value, font configuration) for the table link content configuration.
public TableFieldLinkContentConfiguration withCustomTextContent(TableFieldCustomTextContent customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
customTextContent
- The custom text content (value, font configuration) for the table link content configuration.public void setCustomIconContent(TableFieldCustomIconContent customIconContent)
The custom icon content for the table link content configuration.
customIconContent
- The custom icon content for the table link content configuration.public TableFieldCustomIconContent getCustomIconContent()
The custom icon content for the table link content configuration.
public TableFieldLinkContentConfiguration withCustomIconContent(TableFieldCustomIconContent customIconContent)
The custom icon content for the table link content configuration.
customIconContent
- The custom icon content for the table link content configuration.public String toString()
toString
in class Object
Object.toString()
public TableFieldLinkContentConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.