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