@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MarginStyle extends Object implements Serializable, Cloneable, StructuredPojo
The display options for margins around the outside edge of sheets.
| Constructor and Description |
|---|
MarginStyle() |
| Modifier and Type | Method and Description |
|---|---|
MarginStyle |
clone() |
boolean |
equals(Object obj) |
Boolean |
getShow()
This Boolean value controls whether to display sheet margins.
|
int |
hashCode() |
Boolean |
isShow()
This Boolean value controls whether to display sheet margins.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setShow(Boolean show)
This Boolean value controls whether to display sheet margins.
|
String |
toString()
Returns a string representation of this object.
|
MarginStyle |
withShow(Boolean show)
This Boolean value controls whether to display sheet margins.
|
public void setShow(Boolean show)
This Boolean value controls whether to display sheet margins.
show - This Boolean value controls whether to display sheet margins.public Boolean getShow()
This Boolean value controls whether to display sheet margins.
public MarginStyle withShow(Boolean show)
This Boolean value controls whether to display sheet margins.
show - This Boolean value controls whether to display sheet margins.public Boolean isShow()
This Boolean value controls whether to display sheet margins.
public String toString()
toString in class ObjectObject.toString()public MarginStyle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.