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