@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableSideBorderOptions extends Object implements Serializable, Cloneable, StructuredPojo
The side border options for a table.
Constructor and Description |
---|
TableSideBorderOptions() |
Modifier and Type | Method and Description |
---|---|
TableSideBorderOptions |
clone() |
boolean |
equals(Object obj) |
TableBorderOptions |
getBottom()
The table border options of the bottom border.
|
TableBorderOptions |
getInnerHorizontal()
The table border options of the inner horizontal border.
|
TableBorderOptions |
getInnerVertical()
The table border options of the inner vertical border.
|
TableBorderOptions |
getLeft()
The table border options of the left border.
|
TableBorderOptions |
getRight()
The table border options of the right border.
|
TableBorderOptions |
getTop()
The table border options of the top border.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBottom(TableBorderOptions bottom)
The table border options of the bottom border.
|
void |
setInnerHorizontal(TableBorderOptions innerHorizontal)
The table border options of the inner horizontal border.
|
void |
setInnerVertical(TableBorderOptions innerVertical)
The table border options of the inner vertical border.
|
void |
setLeft(TableBorderOptions left)
The table border options of the left border.
|
void |
setRight(TableBorderOptions right)
The table border options of the right border.
|
void |
setTop(TableBorderOptions top)
The table border options of the top border.
|
String |
toString()
Returns a string representation of this object.
|
TableSideBorderOptions |
withBottom(TableBorderOptions bottom)
The table border options of the bottom border.
|
TableSideBorderOptions |
withInnerHorizontal(TableBorderOptions innerHorizontal)
The table border options of the inner horizontal border.
|
TableSideBorderOptions |
withInnerVertical(TableBorderOptions innerVertical)
The table border options of the inner vertical border.
|
TableSideBorderOptions |
withLeft(TableBorderOptions left)
The table border options of the left border.
|
TableSideBorderOptions |
withRight(TableBorderOptions right)
The table border options of the right border.
|
TableSideBorderOptions |
withTop(TableBorderOptions top)
The table border options of the top border.
|
public void setInnerVertical(TableBorderOptions innerVertical)
The table border options of the inner vertical border.
innerVertical
- The table border options of the inner vertical border.public TableBorderOptions getInnerVertical()
The table border options of the inner vertical border.
public TableSideBorderOptions withInnerVertical(TableBorderOptions innerVertical)
The table border options of the inner vertical border.
innerVertical
- The table border options of the inner vertical border.public void setInnerHorizontal(TableBorderOptions innerHorizontal)
The table border options of the inner horizontal border.
innerHorizontal
- The table border options of the inner horizontal border.public TableBorderOptions getInnerHorizontal()
The table border options of the inner horizontal border.
public TableSideBorderOptions withInnerHorizontal(TableBorderOptions innerHorizontal)
The table border options of the inner horizontal border.
innerHorizontal
- The table border options of the inner horizontal border.public void setLeft(TableBorderOptions left)
The table border options of the left border.
left
- The table border options of the left border.public TableBorderOptions getLeft()
The table border options of the left border.
public TableSideBorderOptions withLeft(TableBorderOptions left)
The table border options of the left border.
left
- The table border options of the left border.public void setRight(TableBorderOptions right)
The table border options of the right border.
right
- The table border options of the right border.public TableBorderOptions getRight()
The table border options of the right border.
public TableSideBorderOptions withRight(TableBorderOptions right)
The table border options of the right border.
right
- The table border options of the right border.public void setTop(TableBorderOptions top)
The table border options of the top border.
top
- The table border options of the top border.public TableBorderOptions getTop()
The table border options of the top border.
public TableSideBorderOptions withTop(TableBorderOptions top)
The table border options of the top border.
top
- The table border options of the top border.public void setBottom(TableBorderOptions bottom)
The table border options of the bottom border.
bottom
- The table border options of the bottom border.public TableBorderOptions getBottom()
The table border options of the bottom border.
public TableSideBorderOptions withBottom(TableBorderOptions bottom)
The table border options of the bottom border.
bottom
- The table border options of the bottom border.public String toString()
toString
in class Object
Object.toString()
public TableSideBorderOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.