@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 AWS account or a QuickSight namespace in a specific AWS Region.
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)
Marshalls this structured data using the given
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 Object
Object.toString()
public AccountCustomization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.