@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisteredUserConsoleFeatureConfigurations extends Object implements Serializable, Cloneable, StructuredPojo
The feature configurations of an embedded Amazon QuickSight console.
| Constructor and Description |
|---|
RegisteredUserConsoleFeatureConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
RegisteredUserConsoleFeatureConfigurations |
clone() |
boolean |
equals(Object obj) |
StatePersistenceConfigurations |
getStatePersistence()
The state persistence configurations of an embedded Amazon QuickSight console.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatePersistence(StatePersistenceConfigurations statePersistence)
The state persistence configurations of an embedded Amazon QuickSight console.
|
String |
toString()
Returns a string representation of this object.
|
RegisteredUserConsoleFeatureConfigurations |
withStatePersistence(StatePersistenceConfigurations statePersistence)
The state persistence configurations of an embedded Amazon QuickSight console.
|
public RegisteredUserConsoleFeatureConfigurations()
public void setStatePersistence(StatePersistenceConfigurations statePersistence)
The state persistence configurations of an embedded Amazon QuickSight console.
statePersistence - The state persistence configurations of an embedded Amazon QuickSight console.public StatePersistenceConfigurations getStatePersistence()
The state persistence configurations of an embedded Amazon QuickSight console.
public RegisteredUserConsoleFeatureConfigurations withStatePersistence(StatePersistenceConfigurations statePersistence)
The state persistence configurations of an embedded Amazon QuickSight console.
statePersistence - The state persistence configurations of an embedded Amazon QuickSight console.public String toString()
toString in class ObjectObject.toString()public RegisteredUserConsoleFeatureConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.