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