@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BookmarksConfigurations extends Object implements Serializable, Cloneable, StructuredPojo
The bookmarks configuration of an embedded dashboard.
Constructor and Description |
---|
BookmarksConfigurations() |
Modifier and Type | Method and Description |
---|---|
BookmarksConfigurations |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
A Boolean value that determines whether a user can bookmark an embedded dashboard.
|
int |
hashCode() |
Boolean |
isEnabled()
A Boolean value that determines whether a user can bookmark an embedded dashboard.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
A Boolean value that determines whether a user can bookmark an embedded dashboard.
|
String |
toString()
Returns a string representation of this object.
|
BookmarksConfigurations |
withEnabled(Boolean enabled)
A Boolean value that determines whether a user can bookmark an embedded dashboard.
|
public void setEnabled(Boolean enabled)
A Boolean value that determines whether a user can bookmark an embedded dashboard.
enabled
- A Boolean value that determines whether a user can bookmark an embedded dashboard.public Boolean getEnabled()
A Boolean value that determines whether a user can bookmark an embedded dashboard.
public BookmarksConfigurations withEnabled(Boolean enabled)
A Boolean value that determines whether a user can bookmark an embedded dashboard.
enabled
- A Boolean value that determines whether a user can bookmark an embedded dashboard.public Boolean isEnabled()
A Boolean value that determines whether a user can bookmark an embedded dashboard.
public String toString()
toString
in class Object
Object.toString()
public BookmarksConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.