@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultFreeFormLayoutConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the default settings of a free-form layout configuration.
Constructor and Description |
---|
DefaultFreeFormLayoutConfiguration() |
Modifier and Type | Method and Description |
---|---|
DefaultFreeFormLayoutConfiguration |
clone() |
boolean |
equals(Object obj) |
FreeFormLayoutCanvasSizeOptions |
getCanvasSizeOptions()
Determines the screen canvas size options for a free-form layout.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCanvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions)
Determines the screen canvas size options for a free-form layout.
|
String |
toString()
Returns a string representation of this object.
|
DefaultFreeFormLayoutConfiguration |
withCanvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions)
Determines the screen canvas size options for a free-form layout.
|
public void setCanvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions)
Determines the screen canvas size options for a free-form layout.
canvasSizeOptions
- Determines the screen canvas size options for a free-form layout.public FreeFormLayoutCanvasSizeOptions getCanvasSizeOptions()
Determines the screen canvas size options for a free-form layout.
public DefaultFreeFormLayoutConfiguration withCanvasSizeOptions(FreeFormLayoutCanvasSizeOptions canvasSizeOptions)
Determines the screen canvas size options for a free-form layout.
canvasSizeOptions
- Determines the screen canvas size options for a free-form layout.public String toString()
toString
in class Object
Object.toString()
public DefaultFreeFormLayoutConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.