@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) |
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 Object
Object.toString()
public GridLayoutCanvasSizeOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.