Class UpdateAccountSettingsRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.

        Returns:
        The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.
      • defaultNamespace

        public final String defaultNamespace()

        The default namespace for this Amazon Web Services account. Currently, the default is default. IAM users that register for the first time with Amazon QuickSight provide an email address that becomes associated with the default namespace.

        Returns:
        The default namespace for this Amazon Web Services account. Currently, the default is default. IAM users that register for the first time with Amazon QuickSight provide an email address that becomes associated with the default namespace.
      • notificationEmail

        public final String notificationEmail()

        The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.

        Returns:
        The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.
      • terminationProtectionEnabled

        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 DeleteAccountSubscription request. A False value will allow the account to be deleted.

        Returns:
        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 DeleteAccountSubscription request. A False value will allow the account to be deleted.
      • 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