@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountSettings extends Object implements Serializable, Cloneable, StructuredPojo
The QuickSight settings associated with your Amazon Web Services account;.
| Constructor and Description |
|---|
AccountSettings() |
| Modifier and Type | Method and Description |
|---|---|
AccountSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAccountName()
The "account name" you provided for the QuickSight subscription in your Amazon Web Services account;.
|
String |
getDefaultNamespace()
The default QuickSight namespace for your Amazon Web Services account;.
|
String |
getEdition()
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
String |
getNotificationEmail()
The main notification email for your QuickSight subscription.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountName(String accountName)
The "account name" you provided for the QuickSight subscription in your Amazon Web Services account;.
|
void |
setDefaultNamespace(String defaultNamespace)
The default QuickSight namespace for your Amazon Web Services account;.
|
void |
setEdition(String edition)
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
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 "account name" you provided for the QuickSight subscription in your Amazon Web Services account;.
|
AccountSettings |
withDefaultNamespace(String defaultNamespace)
The default QuickSight namespace for your Amazon Web Services account;.
|
AccountSettings |
withEdition(Edition edition)
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
AccountSettings |
withEdition(String edition)
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
AccountSettings |
withNotificationEmail(String notificationEmail)
The main notification email for your QuickSight subscription.
|
public void setAccountName(String accountName)
The "account name" you provided for the QuickSight subscription in your Amazon Web Services account;. You create this name when you sign up for QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.
accountName - The "account name" you provided for the QuickSight subscription in your Amazon Web Services account;. You
create this name when you sign up for QuickSight. It is unique in all of Amazon Web Services and it
appears only when users sign in.public String getAccountName()
The "account name" you provided for the QuickSight subscription in your Amazon Web Services account;. You create this name when you sign up for QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.
public AccountSettings withAccountName(String accountName)
The "account name" you provided for the QuickSight subscription in your Amazon Web Services account;. You create this name when you sign up for QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.
accountName - The "account name" you provided for the QuickSight subscription in your Amazon Web Services account;. You
create this name when you sign up for QuickSight. It is unique in all of Amazon Web Services and it
appears only when users sign in.public void setEdition(String edition)
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
edition - The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.Editionpublic String getEdition()
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
Editionpublic AccountSettings withEdition(String edition)
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
edition - The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.Editionpublic AccountSettings withEdition(Edition edition)
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
edition - The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.Editionpublic void setDefaultNamespace(String defaultNamespace)
The default QuickSight namespace for your Amazon Web Services account;.
defaultNamespace - The default QuickSight namespace for your Amazon Web Services account;.public String getDefaultNamespace()
The default QuickSight namespace for your Amazon Web Services account;.
public AccountSettings withDefaultNamespace(String defaultNamespace)
The default QuickSight namespace for your Amazon Web Services account;.
defaultNamespace - The default QuickSight namespace for your Amazon Web Services 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 © 2021. All rights reserved.