@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConditionalFormattingCustomIconOptions extends Object implements Serializable, Cloneable, StructuredPojo
Custom icon options for an icon set.
Constructor and Description |
---|
ConditionalFormattingCustomIconOptions() |
Modifier and Type | Method and Description |
---|---|
ConditionalFormattingCustomIconOptions |
clone() |
boolean |
equals(Object obj) |
String |
getIcon()
Determines the type of icon.
|
String |
getUnicodeIcon()
Determines the Unicode icon type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIcon(String icon)
Determines the type of icon.
|
void |
setUnicodeIcon(String unicodeIcon)
Determines the Unicode icon type.
|
String |
toString()
Returns a string representation of this object.
|
ConditionalFormattingCustomIconOptions |
withIcon(Icon icon)
Determines the type of icon.
|
ConditionalFormattingCustomIconOptions |
withIcon(String icon)
Determines the type of icon.
|
ConditionalFormattingCustomIconOptions |
withUnicodeIcon(String unicodeIcon)
Determines the Unicode icon type.
|
public ConditionalFormattingCustomIconOptions()
public void setIcon(String icon)
Determines the type of icon.
icon
- Determines the type of icon.Icon
public String getIcon()
Determines the type of icon.
Icon
public ConditionalFormattingCustomIconOptions withIcon(String icon)
Determines the type of icon.
icon
- Determines the type of icon.Icon
public ConditionalFormattingCustomIconOptions withIcon(Icon icon)
Determines the type of icon.
icon
- Determines the type of icon.Icon
public void setUnicodeIcon(String unicodeIcon)
Determines the Unicode icon type.
unicodeIcon
- Determines the Unicode icon type.public String getUnicodeIcon()
Determines the Unicode icon type.
public ConditionalFormattingCustomIconOptions withUnicodeIcon(String unicodeIcon)
Determines the Unicode icon type.
unicodeIcon
- Determines the Unicode icon type.public String toString()
toString
in class Object
Object.toString()
public ConditionalFormattingCustomIconOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.