@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountCustomization extends Object implements Serializable, Cloneable, StructuredPojo
The customizations associated with your AWS account for QuickSight.
| Constructor and Description |
|---|
AccountCustomization() |
| Modifier and Type | Method and Description |
|---|---|
AccountCustomization |
clone() |
boolean |
equals(Object obj) |
String |
getDefaultTheme()
The default theme for this QuickSight subscription.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDefaultTheme(String defaultTheme)
The default theme for this QuickSight subscription.
|
String |
toString()
Returns a string representation of this object.
|
AccountCustomization |
withDefaultTheme(String defaultTheme)
The default theme for this QuickSight subscription.
|
public void setDefaultTheme(String defaultTheme)
The default theme for this QuickSight subscription.
defaultTheme - The default theme for this QuickSight subscription.public String getDefaultTheme()
The default theme for this QuickSight subscription.
public AccountCustomization withDefaultTheme(String defaultTheme)
The default theme for this QuickSight subscription.
defaultTheme - The default theme for this QuickSight subscription.public String toString()
toString in class ObjectObject.toString()public AccountCustomization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.