@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrendArrowOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the presentation of trend arrows in a KPI visual.
| Constructor and Description |
|---|
TrendArrowOptions() |
| Modifier and Type | Method and Description |
|---|---|
TrendArrowOptions |
clone() |
boolean |
equals(Object obj) |
String |
getVisibility()
The visibility of the trend arrows.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVisibility(String visibility)
The visibility of the trend arrows.
|
String |
toString()
Returns a string representation of this object.
|
TrendArrowOptions |
withVisibility(String visibility)
The visibility of the trend arrows.
|
TrendArrowOptions |
withVisibility(Visibility visibility)
The visibility of the trend arrows.
|
public void setVisibility(String visibility)
The visibility of the trend arrows.
visibility - The visibility of the trend arrows.Visibilitypublic String getVisibility()
The visibility of the trend arrows.
Visibilitypublic TrendArrowOptions withVisibility(String visibility)
The visibility of the trend arrows.
visibility - The visibility of the trend arrows.Visibilitypublic TrendArrowOptions withVisibility(Visibility visibility)
The visibility of the trend arrows.
visibility - The visibility of the trend arrows.Visibilitypublic String toString()
toString in class ObjectObject.toString()public TrendArrowOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.