@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.DashboardBehavior
public String getAvailabilityStatus()
The status of the data point tool tip options.
DashboardBehavior
public DataPointTooltipOption withAvailabilityStatus(String availabilityStatus)
The status of the data point tool tip options.
availabilityStatus
- The status of the data point tool tip options.DashboardBehavior
public DataPointTooltipOption withAvailabilityStatus(DashboardBehavior availabilityStatus)
The status of the data point tool tip options.
availabilityStatus
- The status of the data point tool tip options.DashboardBehavior
public String toString()
toString
in class Object
Object.toString()
public DataPointTooltipOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.