Class AccountSettings

    • 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, edition will return Edition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from editionAsString().

        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, edition will return Edition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from editionAsString().

        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 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.

        Returns:
        A boolean value that determines whether or not an 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)