@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 Object
Object.toString()
public RegisteredUserConsoleFeatureConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.