@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultGridLayoutConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the default settings for a grid layout configuration.
Constructor and Description |
---|
DefaultGridLayoutConfiguration() |
Modifier and Type | Method and Description |
---|---|
DefaultGridLayoutConfiguration |
clone() |
boolean |
equals(Object obj) |
GridLayoutCanvasSizeOptions |
getCanvasSizeOptions()
Determines the screen canvas size options for a grid layout.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCanvasSizeOptions(GridLayoutCanvasSizeOptions canvasSizeOptions)
Determines the screen canvas size options for a grid layout.
|
String |
toString()
Returns a string representation of this object.
|
DefaultGridLayoutConfiguration |
withCanvasSizeOptions(GridLayoutCanvasSizeOptions canvasSizeOptions)
Determines the screen canvas size options for a grid layout.
|
public void setCanvasSizeOptions(GridLayoutCanvasSizeOptions canvasSizeOptions)
Determines the screen canvas size options for a grid layout.
canvasSizeOptions
- Determines the screen canvas size options for a grid layout.public GridLayoutCanvasSizeOptions getCanvasSizeOptions()
Determines the screen canvas size options for a grid layout.
public DefaultGridLayoutConfiguration withCanvasSizeOptions(GridLayoutCanvasSizeOptions canvasSizeOptions)
Determines the screen canvas size options for a grid layout.
canvasSizeOptions
- Determines the screen canvas size options for a grid layout.public String toString()
toString
in class Object
Object.toString()
public DefaultGridLayoutConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.