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