@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SheetControlLayoutConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration that determines the elements and canvas size options of sheet control.
Constructor and Description |
---|
SheetControlLayoutConfiguration() |
Modifier and Type | Method and Description |
---|---|
SheetControlLayoutConfiguration |
clone() |
boolean |
equals(Object obj) |
GridLayoutConfiguration |
getGridLayout()
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 |
setGridLayout(GridLayoutConfiguration gridLayout)
The configuration that determines the elements and canvas size options of sheet control.
|
String |
toString()
Returns a string representation of this object.
|
SheetControlLayoutConfiguration |
withGridLayout(GridLayoutConfiguration gridLayout)
The configuration that determines the elements and canvas size options of sheet control.
|
public void setGridLayout(GridLayoutConfiguration gridLayout)
The configuration that determines the elements and canvas size options of sheet control.
gridLayout
- The configuration that determines the elements and canvas size options of sheet control.public GridLayoutConfiguration getGridLayout()
The configuration that determines the elements and canvas size options of sheet control.
public SheetControlLayoutConfiguration withGridLayout(GridLayoutConfiguration gridLayout)
The configuration that determines the elements and canvas size options of sheet control.
gridLayout
- The configuration that determines the elements and canvas size options of sheet control.public String toString()
toString
in class Object
Object.toString()
public SheetControlLayoutConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.