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