@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) |
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)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.