@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataPointTooltipOption extends Object implements Serializable, Cloneable, StructuredPojo
The data point tooltip options.
| Constructor and Description |
|---|
DataPointTooltipOption() |
| Modifier and Type | Method and Description |
|---|---|
DataPointTooltipOption |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityStatus()
The status of the data point tool tip options.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAvailabilityStatus(String availabilityStatus)
The status of the data point tool tip options.
|
String |
toString()
Returns a string representation of this object.
|
DataPointTooltipOption |
withAvailabilityStatus(DashboardBehavior availabilityStatus)
The status of the data point tool tip options.
|
DataPointTooltipOption |
withAvailabilityStatus(String availabilityStatus)
The status of the data point tool tip options.
|
public void setAvailabilityStatus(String availabilityStatus)
The status of the data point tool tip options.
availabilityStatus - The status of the data point tool tip options.DashboardBehaviorpublic String getAvailabilityStatus()
The status of the data point tool tip options.
DashboardBehaviorpublic DataPointTooltipOption withAvailabilityStatus(String availabilityStatus)
The status of the data point tool tip options.
availabilityStatus - The status of the data point tool tip options.DashboardBehaviorpublic DataPointTooltipOption withAvailabilityStatus(DashboardBehavior availabilityStatus)
The status of the data point tool tip options.
availabilityStatus - The status of the data point tool tip options.DashboardBehaviorpublic String toString()
toString in class ObjectObject.toString()public DataPointTooltipOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.