@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilledMapConditionalFormattingOption extends Object implements Serializable, Cloneable, StructuredPojo
Conditional formatting options of a FilledMapVisual
.
Constructor and Description |
---|
FilledMapConditionalFormattingOption() |
Modifier and Type | Method and Description |
---|---|
FilledMapConditionalFormattingOption |
clone() |
boolean |
equals(Object obj) |
FilledMapShapeConditionalFormatting |
getShape()
The conditional formatting that determines the shape of the filled map.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setShape(FilledMapShapeConditionalFormatting shape)
The conditional formatting that determines the shape of the filled map.
|
String |
toString()
Returns a string representation of this object.
|
FilledMapConditionalFormattingOption |
withShape(FilledMapShapeConditionalFormatting shape)
The conditional formatting that determines the shape of the filled map.
|
public FilledMapConditionalFormattingOption()
public void setShape(FilledMapShapeConditionalFormatting shape)
The conditional formatting that determines the shape of the filled map.
shape
- The conditional formatting that determines the shape of the filled map.public FilledMapShapeConditionalFormatting getShape()
The conditional formatting that determines the shape of the filled map.
public FilledMapConditionalFormattingOption withShape(FilledMapShapeConditionalFormatting shape)
The conditional formatting that determines the shape of the filled map.
shape
- The conditional formatting that determines the shape of the filled map.public String toString()
toString
in class Object
Object.toString()
public FilledMapConditionalFormattingOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.