@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SheetControlLayout extends Object implements Serializable, Cloneable, StructuredPojo
A grid layout to define the placement of sheet control.
Constructor and Description |
---|
SheetControlLayout() |
Modifier and Type | Method and Description |
---|---|
SheetControlLayout |
clone() |
boolean |
equals(Object obj) |
SheetControlLayoutConfiguration |
getConfiguration()
The configuration that determines the elements and canvas size options of sheet control.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConfiguration(SheetControlLayoutConfiguration configuration)
The configuration that determines the elements and canvas size options of sheet control.
|
String |
toString()
Returns a string representation of this object.
|
SheetControlLayout |
withConfiguration(SheetControlLayoutConfiguration configuration)
The configuration that determines the elements and canvas size options of sheet control.
|
public void setConfiguration(SheetControlLayoutConfiguration configuration)
The configuration that determines the elements and canvas size options of sheet control.
configuration
- The configuration that determines the elements and canvas size options of sheet control.public SheetControlLayoutConfiguration getConfiguration()
The configuration that determines the elements and canvas size options of sheet control.
public SheetControlLayout withConfiguration(SheetControlLayoutConfiguration configuration)
The configuration that determines the elements and canvas size options of sheet control.
configuration
- The configuration that determines the elements and canvas size options of sheet control.public String toString()
toString
in class Object
Object.toString()
public SheetControlLayout clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.