Class DescribeAccountCustomizationRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.

        Returns:
        The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.
      • namespace

        public final String namespace()

        The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.

        Returns:
        The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.
      • resolved

        public final Boolean resolved()

        The Resolved flag works with the other parameters to determine which view of Amazon QuickSight customizations is returned. You can add this flag to your command to use the same view that Amazon QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set it to no-resolved, to reveal customizations that are configured at different levels.

        Returns:
        The Resolved flag works with the other parameters to determine which view of Amazon QuickSight customizations is returned. You can add this flag to your command to use the same view that Amazon QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set it to no-resolved, to reveal customizations that are configured at different levels.
      • 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