@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TileStyle extends Object implements Serializable, Cloneable, StructuredPojo
Display options related to tiles on a sheet.
| Constructor and Description |
|---|
TileStyle() |
| Modifier and Type | Method and Description |
|---|---|
TileStyle |
clone() |
boolean |
equals(Object obj) |
BorderStyle |
getBorder()
The border around a tile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBorder(BorderStyle border)
The border around a tile.
|
String |
toString()
Returns a string representation of this object.
|
TileStyle |
withBorder(BorderStyle border)
The border around a tile.
|
public void setBorder(BorderStyle border)
The border around a tile.
border - The border around a tile.public BorderStyle getBorder()
The border around a tile.
public TileStyle withBorder(BorderStyle border)
The border around a tile.
border - The border around a tile.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.