@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TileLayoutStyle extends Object implements Serializable, Cloneable, StructuredPojo
The display options for the layout of tiles on a sheet.
Constructor and Description |
---|
TileLayoutStyle() |
Modifier and Type | Method and Description |
---|---|
TileLayoutStyle |
clone() |
boolean |
equals(Object obj) |
GutterStyle |
getGutter()
The gutter settings that apply between tiles.
|
MarginStyle |
getMargin()
The margin settings that apply around the outside edge of sheets.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGutter(GutterStyle gutter)
The gutter settings that apply between tiles.
|
void |
setMargin(MarginStyle margin)
The margin settings that apply around the outside edge of sheets.
|
String |
toString()
Returns a string representation of this object.
|
TileLayoutStyle |
withGutter(GutterStyle gutter)
The gutter settings that apply between tiles.
|
TileLayoutStyle |
withMargin(MarginStyle margin)
The margin settings that apply around the outside edge of sheets.
|
public void setGutter(GutterStyle gutter)
The gutter settings that apply between tiles.
gutter
- The gutter settings that apply between tiles.public GutterStyle getGutter()
The gutter settings that apply between tiles.
public TileLayoutStyle withGutter(GutterStyle gutter)
The gutter settings that apply between tiles.
gutter
- The gutter settings that apply between tiles.public void setMargin(MarginStyle margin)
The margin settings that apply around the outside edge of sheets.
margin
- The margin settings that apply around the outside edge of sheets.public MarginStyle getMargin()
The margin settings that apply around the outside edge of sheets.
public TileLayoutStyle withMargin(MarginStyle margin)
The margin settings that apply around the outside edge of sheets.
margin
- The margin settings that apply around the outside edge of sheets.public String toString()
toString
in class Object
Object.toString()
public TileLayoutStyle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.