@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountSettings extends Object implements Serializable, Cloneable, StructuredPojo
The QuickSight settings associated with your AWS account.
| Constructor and Description |
|---|
AccountSettings() |
| Modifier and Type | Method and Description |
|---|---|
AccountSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAccountName()
The name associated with the QuickSight subscription in your AWS account.
|
String |
getDefaultNamespace()
The default QuickSight namespace for your AWS account.
|
String |
getEdition()
The edition of QuickSight that you're currently subscribed to.
|
String |
getNotificationEmail()
The main notification email for your QuickSight subscription.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountName(String accountName)
The name associated with the QuickSight subscription in your AWS account.
|
void |
setDefaultNamespace(String defaultNamespace)
The default QuickSight namespace for your AWS account.
|
void |
setEdition(String edition)
The edition of QuickSight that you're currently subscribed to.
|
void |
setNotificationEmail(String notificationEmail)
The main notification email for your QuickSight subscription.
|
String |
toString()
Returns a string representation of this object.
|
AccountSettings |
withAccountName(String accountName)
The name associated with the QuickSight subscription in your AWS account.
|
AccountSettings |
withDefaultNamespace(String defaultNamespace)
The default QuickSight namespace for your AWS account.
|
AccountSettings |
withEdition(Edition edition)
The edition of QuickSight that you're currently subscribed to.
|
AccountSettings |
withEdition(String edition)
The edition of QuickSight that you're currently subscribed to.
|
AccountSettings |
withNotificationEmail(String notificationEmail)
The main notification email for your QuickSight subscription.
|
public void setAccountName(String accountName)
The name associated with the QuickSight subscription in your AWS account.
accountName - The name associated with the QuickSight subscription in your AWS account.public String getAccountName()
The name associated with the QuickSight subscription in your AWS account.
public AccountSettings withAccountName(String accountName)
The name associated with the QuickSight subscription in your AWS account.
accountName - The name associated with the QuickSight subscription in your AWS account.public void setEdition(String edition)
The edition of QuickSight that you're currently subscribed to.
edition - The edition of QuickSight that you're currently subscribed to.Editionpublic String getEdition()
The edition of QuickSight that you're currently subscribed to.
Editionpublic AccountSettings withEdition(String edition)
The edition of QuickSight that you're currently subscribed to.
edition - The edition of QuickSight that you're currently subscribed to.Editionpublic AccountSettings withEdition(Edition edition)
The edition of QuickSight that you're currently subscribed to.
edition - The edition of QuickSight that you're currently subscribed to.Editionpublic void setDefaultNamespace(String defaultNamespace)
The default QuickSight namespace for your AWS account.
defaultNamespace - The default QuickSight namespace for your AWS account.public String getDefaultNamespace()
The default QuickSight namespace for your AWS account.
public AccountSettings withDefaultNamespace(String defaultNamespace)
The default QuickSight namespace for your AWS account.
defaultNamespace - The default QuickSight namespace for your AWS account.public void setNotificationEmail(String notificationEmail)
The main notification email for your QuickSight subscription.
notificationEmail - The main notification email for your QuickSight subscription.public String getNotificationEmail()
The main notification email for your QuickSight subscription.
public AccountSettings withNotificationEmail(String notificationEmail)
The main notification email for your QuickSight subscription.
notificationEmail - The main notification email for your QuickSight subscription.public String toString()
toString in class ObjectObject.toString()public AccountSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.