@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableFieldOption extends Object implements Serializable, Cloneable, StructuredPojo
The options for a table field.
Constructor and Description |
---|
TableFieldOption() |
Modifier and Type | Method and Description |
---|---|
TableFieldOption |
clone() |
boolean |
equals(Object obj) |
String |
getCustomLabel()
The custom label for a table field.
|
String |
getFieldId()
The field ID for a table field.
|
TableFieldURLConfiguration |
getURLStyling()
The URL configuration for a table field.
|
String |
getVisibility()
The visibility of a table field.
|
String |
getWidth()
The width for a table field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCustomLabel(String customLabel)
The custom label for a table field.
|
void |
setFieldId(String fieldId)
The field ID for a table field.
|
void |
setURLStyling(TableFieldURLConfiguration uRLStyling)
The URL configuration for a table field.
|
void |
setVisibility(String visibility)
The visibility of a table field.
|
void |
setWidth(String width)
The width for a table field.
|
String |
toString()
Returns a string representation of this object.
|
TableFieldOption |
withCustomLabel(String customLabel)
The custom label for a table field.
|
TableFieldOption |
withFieldId(String fieldId)
The field ID for a table field.
|
TableFieldOption |
withURLStyling(TableFieldURLConfiguration uRLStyling)
The URL configuration for a table field.
|
TableFieldOption |
withVisibility(String visibility)
The visibility of a table field.
|
TableFieldOption |
withVisibility(Visibility visibility)
The visibility of a table field.
|
TableFieldOption |
withWidth(String width)
The width for a table field.
|
public void setFieldId(String fieldId)
The field ID for a table field.
fieldId
- The field ID for a table field.public String getFieldId()
The field ID for a table field.
public TableFieldOption withFieldId(String fieldId)
The field ID for a table field.
fieldId
- The field ID for a table field.public void setWidth(String width)
The width for a table field.
width
- The width for a table field.public String getWidth()
The width for a table field.
public TableFieldOption withWidth(String width)
The width for a table field.
width
- The width for a table field.public void setCustomLabel(String customLabel)
The custom label for a table field.
customLabel
- The custom label for a table field.public String getCustomLabel()
The custom label for a table field.
public TableFieldOption withCustomLabel(String customLabel)
The custom label for a table field.
customLabel
- The custom label for a table field.public void setVisibility(String visibility)
The visibility of a table field.
visibility
- The visibility of a table field.Visibility
public String getVisibility()
The visibility of a table field.
Visibility
public TableFieldOption withVisibility(String visibility)
The visibility of a table field.
visibility
- The visibility of a table field.Visibility
public TableFieldOption withVisibility(Visibility visibility)
The visibility of a table field.
visibility
- The visibility of a table field.Visibility
public void setURLStyling(TableFieldURLConfiguration uRLStyling)
The URL configuration for a table field.
uRLStyling
- The URL configuration for a table field.public TableFieldURLConfiguration getURLStyling()
The URL configuration for a table field.
public TableFieldOption withURLStyling(TableFieldURLConfiguration uRLStyling)
The URL configuration for a table field.
uRLStyling
- The URL configuration for a table field.public String toString()
toString
in class Object
Object.toString()
public TableFieldOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.