@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableFieldURLConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The URL configuration for a table field.
Constructor and Description |
---|
TableFieldURLConfiguration() |
Modifier and Type | Method and Description |
---|---|
TableFieldURLConfiguration |
clone() |
boolean |
equals(Object obj) |
TableFieldImageConfiguration |
getImageConfiguration()
The image configuration of a table field URL.
|
TableFieldLinkConfiguration |
getLinkConfiguration()
The link configuration of a table field URL.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setImageConfiguration(TableFieldImageConfiguration imageConfiguration)
The image configuration of a table field URL.
|
void |
setLinkConfiguration(TableFieldLinkConfiguration linkConfiguration)
The link configuration of a table field URL.
|
String |
toString()
Returns a string representation of this object.
|
TableFieldURLConfiguration |
withImageConfiguration(TableFieldImageConfiguration imageConfiguration)
The image configuration of a table field URL.
|
TableFieldURLConfiguration |
withLinkConfiguration(TableFieldLinkConfiguration linkConfiguration)
The link configuration of a table field URL.
|
public void setLinkConfiguration(TableFieldLinkConfiguration linkConfiguration)
The link configuration of a table field URL.
linkConfiguration
- The link configuration of a table field URL.public TableFieldLinkConfiguration getLinkConfiguration()
The link configuration of a table field URL.
public TableFieldURLConfiguration withLinkConfiguration(TableFieldLinkConfiguration linkConfiguration)
The link configuration of a table field URL.
linkConfiguration
- The link configuration of a table field URL.public void setImageConfiguration(TableFieldImageConfiguration imageConfiguration)
The image configuration of a table field URL.
imageConfiguration
- The image configuration of a table field URL.public TableFieldImageConfiguration getImageConfiguration()
The image configuration of a table field URL.
public TableFieldURLConfiguration withImageConfiguration(TableFieldImageConfiguration imageConfiguration)
The image configuration of a table field URL.
imageConfiguration
- The image configuration of a table field URL.public String toString()
toString
in class Object
Object.toString()
public TableFieldURLConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.