@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SheetElementRenderingRule extends Object implements Serializable, Cloneable, StructuredPojo
The rendering rules of a sheet that uses a free-form layout.
| Constructor and Description |
|---|
SheetElementRenderingRule() |
| Modifier and Type | Method and Description |
|---|---|
SheetElementRenderingRule |
clone() |
boolean |
equals(Object obj) |
SheetElementConfigurationOverrides |
getConfigurationOverrides()
The override configuration of the rendering rules of a sheet.
|
String |
getExpression()
The expression of the rendering rules of a sheet.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConfigurationOverrides(SheetElementConfigurationOverrides configurationOverrides)
The override configuration of the rendering rules of a sheet.
|
void |
setExpression(String expression)
The expression of the rendering rules of a sheet.
|
String |
toString()
Returns a string representation of this object.
|
SheetElementRenderingRule |
withConfigurationOverrides(SheetElementConfigurationOverrides configurationOverrides)
The override configuration of the rendering rules of a sheet.
|
SheetElementRenderingRule |
withExpression(String expression)
The expression of the rendering rules of a sheet.
|
public void setExpression(String expression)
The expression of the rendering rules of a sheet.
expression - The expression of the rendering rules of a sheet.public String getExpression()
The expression of the rendering rules of a sheet.
public SheetElementRenderingRule withExpression(String expression)
The expression of the rendering rules of a sheet.
expression - The expression of the rendering rules of a sheet.public void setConfigurationOverrides(SheetElementConfigurationOverrides configurationOverrides)
The override configuration of the rendering rules of a sheet.
configurationOverrides - The override configuration of the rendering rules of a sheet.public SheetElementConfigurationOverrides getConfigurationOverrides()
The override configuration of the rendering rules of a sheet.
public SheetElementRenderingRule withConfigurationOverrides(SheetElementConfigurationOverrides configurationOverrides)
The override configuration of the rendering rules of a sheet.
configurationOverrides - The override configuration of the rendering rules of a sheet.public String toString()
toString in class ObjectObject.toString()public SheetElementRenderingRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.