@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FreeFormLayoutScreenCanvasSizeOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the sizing of the canvas used in a free-form layout.
Constructor and Description |
---|
FreeFormLayoutScreenCanvasSizeOptions() |
Modifier and Type | Method and Description |
---|---|
FreeFormLayoutScreenCanvasSizeOptions |
clone() |
boolean |
equals(Object obj) |
String |
getOptimizedViewPortWidth()
The width that the view port will be optimized for when the layout renders.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOptimizedViewPortWidth(String optimizedViewPortWidth)
The width that the view port will be optimized for when the layout renders.
|
String |
toString()
Returns a string representation of this object.
|
FreeFormLayoutScreenCanvasSizeOptions |
withOptimizedViewPortWidth(String optimizedViewPortWidth)
The width that the view port will be optimized for when the layout renders.
|
public FreeFormLayoutScreenCanvasSizeOptions()
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 FreeFormLayoutScreenCanvasSizeOptions 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 FreeFormLayoutScreenCanvasSizeOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.