@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.