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