@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlobalTableBorderOptions extends Object implements Serializable, Cloneable, StructuredPojo
Determines the border options for a table visual.
Constructor and Description |
---|
GlobalTableBorderOptions() |
Modifier and Type | Method and Description |
---|---|
GlobalTableBorderOptions |
clone() |
boolean |
equals(Object obj) |
TableSideBorderOptions |
getSideSpecificBorder()
Determines the options for side specific border.
|
TableBorderOptions |
getUniformBorder()
Determines the options for uniform border.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSideSpecificBorder(TableSideBorderOptions sideSpecificBorder)
Determines the options for side specific border.
|
void |
setUniformBorder(TableBorderOptions uniformBorder)
Determines the options for uniform border.
|
String |
toString()
Returns a string representation of this object.
|
GlobalTableBorderOptions |
withSideSpecificBorder(TableSideBorderOptions sideSpecificBorder)
Determines the options for side specific border.
|
GlobalTableBorderOptions |
withUniformBorder(TableBorderOptions uniformBorder)
Determines the options for uniform border.
|
public void setUniformBorder(TableBorderOptions uniformBorder)
Determines the options for uniform border.
uniformBorder
- Determines the options for uniform border.public TableBorderOptions getUniformBorder()
Determines the options for uniform border.
public GlobalTableBorderOptions withUniformBorder(TableBorderOptions uniformBorder)
Determines the options for uniform border.
uniformBorder
- Determines the options for uniform border.public void setSideSpecificBorder(TableSideBorderOptions sideSpecificBorder)
Determines the options for side specific border.
sideSpecificBorder
- Determines the options for side specific border.public TableSideBorderOptions getSideSpecificBorder()
Determines the options for side specific border.
public GlobalTableBorderOptions withSideSpecificBorder(TableSideBorderOptions sideSpecificBorder)
Determines the options for side specific border.
sideSpecificBorder
- Determines the options for side specific border.public String toString()
toString
in class Object
Object.toString()
public GlobalTableBorderOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.