@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GridLayoutScreenCanvasSizeOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the sizing of the canvas used in a grid layout.
Constructor and Description |
---|
GridLayoutScreenCanvasSizeOptions() |
Modifier and Type | Method and Description |
---|---|
GridLayoutScreenCanvasSizeOptions |
clone() |
boolean |
equals(Object obj) |
String |
getOptimizedViewPortWidth()
The width that the view port will be optimized for when the layout renders.
|
String |
getResizeOption()
This value determines the layout behavior when the viewport is resized.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOptimizedViewPortWidth(String optimizedViewPortWidth)
The width that the view port will be optimized for when the layout renders.
|
void |
setResizeOption(String resizeOption)
This value determines the layout behavior when the viewport is resized.
|
String |
toString()
Returns a string representation of this object.
|
GridLayoutScreenCanvasSizeOptions |
withOptimizedViewPortWidth(String optimizedViewPortWidth)
The width that the view port will be optimized for when the layout renders.
|
GridLayoutScreenCanvasSizeOptions |
withResizeOption(ResizeOption resizeOption)
This value determines the layout behavior when the viewport is resized.
|
GridLayoutScreenCanvasSizeOptions |
withResizeOption(String resizeOption)
This value determines the layout behavior when the viewport is resized.
|
public void setResizeOption(String resizeOption)
This value determines the layout behavior when the viewport is resized.
FIXED
: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this
option is called Classic
.
RESPONSIVE
: The width of the canvas will be responsive and optimized to the view port. In the Amazon
QuickSight console, this option is called Tiled
.
resizeOption
- This value determines the layout behavior when the viewport is resized.
FIXED
: A fixed width will be used when optimizing the layout. In the Amazon QuickSight
console, this option is called Classic
.
RESPONSIVE
: The width of the canvas will be responsive and optimized to the view port. In the
Amazon QuickSight console, this option is called Tiled
.
ResizeOption
public String getResizeOption()
This value determines the layout behavior when the viewport is resized.
FIXED
: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this
option is called Classic
.
RESPONSIVE
: The width of the canvas will be responsive and optimized to the view port. In the Amazon
QuickSight console, this option is called Tiled
.
FIXED
: A fixed width will be used when optimizing the layout. In the Amazon QuickSight
console, this option is called Classic
.
RESPONSIVE
: The width of the canvas will be responsive and optimized to the view port. In
the Amazon QuickSight console, this option is called Tiled
.
ResizeOption
public GridLayoutScreenCanvasSizeOptions withResizeOption(String resizeOption)
This value determines the layout behavior when the viewport is resized.
FIXED
: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this
option is called Classic
.
RESPONSIVE
: The width of the canvas will be responsive and optimized to the view port. In the Amazon
QuickSight console, this option is called Tiled
.
resizeOption
- This value determines the layout behavior when the viewport is resized.
FIXED
: A fixed width will be used when optimizing the layout. In the Amazon QuickSight
console, this option is called Classic
.
RESPONSIVE
: The width of the canvas will be responsive and optimized to the view port. In the
Amazon QuickSight console, this option is called Tiled
.
ResizeOption
public GridLayoutScreenCanvasSizeOptions withResizeOption(ResizeOption resizeOption)
This value determines the layout behavior when the viewport is resized.
FIXED
: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this
option is called Classic
.
RESPONSIVE
: The width of the canvas will be responsive and optimized to the view port. In the Amazon
QuickSight console, this option is called Tiled
.
resizeOption
- This value determines the layout behavior when the viewport is resized.
FIXED
: A fixed width will be used when optimizing the layout. In the Amazon QuickSight
console, this option is called Classic
.
RESPONSIVE
: The width of the canvas will be responsive and optimized to the view port. In the
Amazon QuickSight console, this option is called Tiled
.
ResizeOption
public void setOptimizedViewPortWidth(String optimizedViewPortWidth)
The width that the view port will be optimized for when the layout renders.
optimizedViewPortWidth
- The width that the view port will be optimized for when the layout renders.public String getOptimizedViewPortWidth()
The width that the view port will be optimized for when the layout renders.
public GridLayoutScreenCanvasSizeOptions withOptimizedViewPortWidth(String optimizedViewPortWidth)
The width that the view port will be optimized for when the layout renders.
optimizedViewPortWidth
- The width that the view port will be optimized for when the layout renders.public String toString()
toString
in class Object
Object.toString()
public GridLayoutScreenCanvasSizeOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.