@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableBorderOptions extends Object implements Serializable, Cloneable, StructuredPojo
The border options for a table border.
Constructor and Description |
---|
TableBorderOptions() |
Modifier and Type | Method and Description |
---|---|
TableBorderOptions |
clone() |
boolean |
equals(Object obj) |
String |
getColor()
The color of a table border.
|
String |
getStyle()
The style (none, solid) of a table border.
|
Integer |
getThickness()
The thickness of a table border.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColor(String color)
The color of a table border.
|
void |
setStyle(String style)
The style (none, solid) of a table border.
|
void |
setThickness(Integer thickness)
The thickness of a table border.
|
String |
toString()
Returns a string representation of this object.
|
TableBorderOptions |
withColor(String color)
The color of a table border.
|
TableBorderOptions |
withStyle(String style)
The style (none, solid) of a table border.
|
TableBorderOptions |
withStyle(TableBorderStyle style)
The style (none, solid) of a table border.
|
TableBorderOptions |
withThickness(Integer thickness)
The thickness of a table border.
|
public void setColor(String color)
The color of a table border.
color
- The color of a table border.public String getColor()
The color of a table border.
public TableBorderOptions withColor(String color)
The color of a table border.
color
- The color of a table border.public void setThickness(Integer thickness)
The thickness of a table border.
thickness
- The thickness of a table border.public Integer getThickness()
The thickness of a table border.
public TableBorderOptions withThickness(Integer thickness)
The thickness of a table border.
thickness
- The thickness of a table border.public void setStyle(String style)
The style (none, solid) of a table border.
style
- The style (none, solid) of a table border.TableBorderStyle
public String getStyle()
The style (none, solid) of a table border.
TableBorderStyle
public TableBorderOptions withStyle(String style)
The style (none, solid) of a table border.
style
- The style (none, solid) of a table border.TableBorderStyle
public TableBorderOptions withStyle(TableBorderStyle style)
The style (none, solid) of a table border.
style
- The style (none, solid) of a table border.TableBorderStyle
public String toString()
toString
in class Object
Object.toString()
public TableBorderOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.