@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LayoutConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information of supported layouts for server-side composition.
| Constructor and Description |
|---|
LayoutConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LayoutConfiguration |
clone() |
boolean |
equals(Object obj) |
GridConfiguration |
getGrid()
Configuration related to grid layout.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGrid(GridConfiguration grid)
Configuration related to grid layout.
|
String |
toString()
Returns a string representation of this object.
|
LayoutConfiguration |
withGrid(GridConfiguration grid)
Configuration related to grid layout.
|
public void setGrid(GridConfiguration grid)
Configuration related to grid layout. Default: Grid layout.
grid - Configuration related to grid layout. Default: Grid layout.public GridConfiguration getGrid()
Configuration related to grid layout. Default: Grid layout.
public LayoutConfiguration withGrid(GridConfiguration grid)
Configuration related to grid layout. Default: Grid layout.
grid - Configuration related to grid layout. Default: Grid layout.public String toString()
toString in class ObjectObject.toString()public LayoutConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.