@Generated(value="software.amazon.awssdk:codegen") public final class AccountSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
The Amazon QuickSight settings associated with your Amazon Web Services account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountName()
The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account.
|
static AccountSettings.Builder |
builder() |
String |
defaultNamespace()
The default Amazon QuickSight namespace for your Amazon Web Services account.
|
Edition |
edition()
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
String |
editionAsString()
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
notificationEmail()
The main notification email for your Amazon QuickSight subscription.
|
Boolean |
publicSharingEnabled()
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountSettings.Builder> |
serializableBuilderClass() |
Boolean |
terminationProtectionEnabled()
A boolean value that determines whether or not an Amazon QuickSight account can be deleted.
|
AccountSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountName()
The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.
public final Edition edition()
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
If the service returns an enum value that is not available in the current SDK version, edition will
return Edition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
editionAsString().
Editionpublic final String editionAsString()
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
If the service returns an enum value that is not available in the current SDK version, edition will
return Edition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
editionAsString().
Editionpublic final String defaultNamespace()
The default Amazon QuickSight namespace for your Amazon Web Services account.
public final String notificationEmail()
The main notification email for your Amazon QuickSight subscription.
public final Boolean publicSharingEnabled()
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.
public final Boolean terminationProtectionEnabled()
A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True
value doesn't allow the account to be deleted and results in an error message if a user tries to make a
DeleteAccountSubsctiption request. A False value will allow the ccount to be deleted.
True value doesn't allow the account to be deleted and results in an error message if a user
tries to make a DeleteAccountSubsctiption request. A False value will allow the
ccount to be deleted.public AccountSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountSettings.Builder,AccountSettings>public static AccountSettings.Builder builder()
public static Class<? extends AccountSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.