Class AccountSettings
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
The Quick Sight settings associated with your Amazon Web Services account.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe "account name" you provided for the Quick Sight subscription in your Amazon Web Services account.static AccountSettings.Builderbuilder()final StringThe default Quick Sight namespace for your Amazon Web Services account.final Editionedition()The edition of Quick Sight that you're currently subscribed to: Enterprise edition or Standard edition.final StringThe edition of Quick Sight that you're currently subscribed to: Enterprise edition or Standard edition.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe main notification email for your Quick Sight subscription.final BooleanA Boolean value that indicates whether public sharing is turned on for an QuickSight account.static Class<? extends AccountSettings.Builder> final BooleanA boolean value that determines whether or not an Quick Sight account can be deleted.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
accountName
The "account name" you provided for the Quick Sight subscription in your Amazon Web Services account. You create this name when you sign up for Quick Sight. 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 Quick Sight subscription in your Amazon Web Services account. You create this name when you sign up for Quick Sight. It is unique in all of Amazon Web Services and it appears only when users sign in.
-
edition
The edition of Quick Sight 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 Quick Sight that you're currently subscribed to: Enterprise edition or Standard edition.
- See Also:
-
editionAsString
The edition of Quick Sight 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 Quick Sight that you're currently subscribed to: Enterprise edition or Standard edition.
- See Also:
-
defaultNamespace
The default Quick Sight namespace for your Amazon Web Services account.
- Returns:
- The default Quick Sight namespace for your Amazon Web Services account.
-
notificationEmail
The main notification email for your Quick Sight subscription.
- Returns:
- The main notification email for your Quick Sight subscription.
-
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
A boolean value that determines whether or not an Quick Sight 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 Quick Sight 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
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountSettings.Builder,AccountSettings> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-