@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SheetStyle extends Object implements Serializable, Cloneable, StructuredPojo
The theme display options for sheets.
| Constructor and Description |
|---|
SheetStyle() |
| Modifier and Type | Method and Description |
|---|---|
SheetStyle |
clone() |
boolean |
equals(Object obj) |
TileStyle |
getTile()
The display options for tiles.
|
TileLayoutStyle |
getTileLayout()
The layout options for tiles.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTile(TileStyle tile)
The display options for tiles.
|
void |
setTileLayout(TileLayoutStyle tileLayout)
The layout options for tiles.
|
String |
toString()
Returns a string representation of this object.
|
SheetStyle |
withTile(TileStyle tile)
The display options for tiles.
|
SheetStyle |
withTileLayout(TileLayoutStyle tileLayout)
The layout options for tiles.
|
public void setTile(TileStyle tile)
The display options for tiles.
tile - The display options for tiles.public TileStyle getTile()
The display options for tiles.
public SheetStyle withTile(TileStyle tile)
The display options for tiles.
tile - The display options for tiles.public void setTileLayout(TileLayoutStyle tileLayout)
The layout options for tiles.
tileLayout - The layout options for tiles.public TileLayoutStyle getTileLayout()
The layout options for tiles.
public SheetStyle withTileLayout(TileLayoutStyle tileLayout)
The layout options for tiles.
tileLayout - The layout options for tiles.public String toString()
toString in class ObjectObject.toString()public SheetStyle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.