Class AccountSettings
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AccountSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
@Generated("software.amazon.awssdk:codegen") public final class AccountSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
The QuickSight settings associated with your Amazon Web Services account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountName()The "account name" you provided for the QuickSight subscription in your Amazon Web Services account.static AccountSettings.Builderbuilder()StringdefaultNamespace()The default QuickSight namespace for your Amazon Web Services account.Editionedition()The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.StringeditionAsString()The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnotificationEmail()The main notification email for your QuickSight subscription.BooleanpublicSharingEnabled()A Boolean value that indicates whether public sharing is turned on for an QuickSight account.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AccountSettings.Builder>serializableBuilderClass()BooleanterminationProtectionEnabled()A boolean value that determines whether or not an QuickSight account can be deleted.AccountSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountName
public final 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.
- Returns:
- 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.
-
edition
public final Edition edition()
The edition of 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,
editionwill returnEdition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeditionAsString().- Returns:
- The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
- See Also:
Edition
-
editionAsString
public final String editionAsString()
The edition of 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,
editionwill returnEdition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeditionAsString().- Returns:
- The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
- See Also:
Edition
-
defaultNamespace
public final String defaultNamespace()
The default QuickSight namespace for your Amazon Web Services account.
- Returns:
- The default QuickSight namespace for your Amazon Web Services account.
-
notificationEmail
public final String notificationEmail()
The main notification email for your QuickSight subscription.
- Returns:
- The main notification email for your QuickSight subscription.
-
publicSharingEnabled
public final Boolean publicSharingEnabled()
A Boolean value that indicates whether public sharing is turned on for an QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.
- Returns:
- A Boolean value that indicates whether public sharing is turned on for an QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.
-
terminationProtectionEnabled
public final Boolean terminationProtectionEnabled()
A boolean value that determines whether or not an QuickSight account can be deleted. A
Truevalue doesn't allow the account to be deleted and results in an error message if a user tries to make aDeleteAccountSubsctiptionrequest. AFalsevalue will allow the ccount to be deleted.- Returns:
- A boolean value that determines whether or not an QuickSight account can be deleted. A
Truevalue doesn't allow the account to be deleted and results in an error message if a user tries to make aDeleteAccountSubsctiptionrequest. AFalsevalue will allow the ccount to be deleted.
-
toBuilder
public AccountSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountSettings.Builder,AccountSettings>
-
builder
public static AccountSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-