@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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.