@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatePersistenceConfigurations extends Object implements Serializable, Cloneable, StructuredPojo
The state perssitence configuration of an embedded dashboard.
| Constructor and Description |
|---|
StatePersistenceConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
StatePersistenceConfigurations |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
|
int |
hashCode() |
Boolean |
isEnabled()
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnabled(Boolean enabled)
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
|
String |
toString()
Returns a string representation of this object.
|
StatePersistenceConfigurations |
withEnabled(Boolean enabled)
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
|
public void setEnabled(Boolean enabled)
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
enabled - Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.public Boolean getEnabled()
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
public StatePersistenceConfigurations withEnabled(Boolean enabled)
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
enabled - Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.public Boolean isEnabled()
Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.
public String toString()
toString in class ObjectObject.toString()public StatePersistenceConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.