@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GutterStyle extends Object implements Serializable, Cloneable, StructuredPojo
The display options for gutter spacing between tiles on a sheet.
Constructor and Description |
---|
GutterStyle() |
Modifier and Type | Method and Description |
---|---|
GutterStyle |
clone() |
boolean |
equals(Object obj) |
Boolean |
getShow()
This Boolean value controls whether to display a gutter space between sheet tiles.
|
int |
hashCode() |
Boolean |
isShow()
This Boolean value controls whether to display a gutter space between sheet tiles.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setShow(Boolean show)
This Boolean value controls whether to display a gutter space between sheet tiles.
|
String |
toString()
Returns a string representation of this object.
|
GutterStyle |
withShow(Boolean show)
This Boolean value controls whether to display a gutter space between sheet tiles.
|
public void setShow(Boolean show)
This Boolean value controls whether to display a gutter space between sheet tiles.
show
- This Boolean value controls whether to display a gutter space between sheet tiles.public Boolean getShow()
This Boolean value controls whether to display a gutter space between sheet tiles.
public GutterStyle withShow(Boolean show)
This Boolean value controls whether to display a gutter space between sheet tiles.
show
- This Boolean value controls whether to display a gutter space between sheet tiles.public Boolean isShow()
This Boolean value controls whether to display a gutter space between sheet tiles.
public String toString()
toString
in class Object
Object.toString()
public GutterStyle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.