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