@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FreeFormLayoutCanvasSizeOptions extends Object implements Serializable, Cloneable, StructuredPojo
Configuration options for the canvas of a free-form layout.
| Constructor and Description |
|---|
FreeFormLayoutCanvasSizeOptions() |
| Modifier and Type | Method and Description |
|---|---|
FreeFormLayoutCanvasSizeOptions |
clone() |
boolean |
equals(Object obj) |
FreeFormLayoutScreenCanvasSizeOptions |
getScreenCanvasSizeOptions()
The options that determine the sizing of the canvas used in a free-form layout.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setScreenCanvasSizeOptions(FreeFormLayoutScreenCanvasSizeOptions screenCanvasSizeOptions)
The options that determine the sizing of the canvas used in a free-form layout.
|
String |
toString()
Returns a string representation of this object.
|
FreeFormLayoutCanvasSizeOptions |
withScreenCanvasSizeOptions(FreeFormLayoutScreenCanvasSizeOptions screenCanvasSizeOptions)
The options that determine the sizing of the canvas used in a free-form layout.
|
public void setScreenCanvasSizeOptions(FreeFormLayoutScreenCanvasSizeOptions screenCanvasSizeOptions)
The options that determine the sizing of the canvas used in a free-form layout.
screenCanvasSizeOptions - The options that determine the sizing of the canvas used in a free-form layout.public FreeFormLayoutScreenCanvasSizeOptions getScreenCanvasSizeOptions()
The options that determine the sizing of the canvas used in a free-form layout.
public FreeFormLayoutCanvasSizeOptions withScreenCanvasSizeOptions(FreeFormLayoutScreenCanvasSizeOptions screenCanvasSizeOptions)
The options that determine the sizing of the canvas used in a free-form layout.
screenCanvasSizeOptions - The options that determine the sizing of the canvas used in a free-form layout.public String toString()
toString in class ObjectObject.toString()public FreeFormLayoutCanvasSizeOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.