Class CreateAccountCustomizationResponse

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.

        Returns:
        The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.
      • awsAccountId

        public final String awsAccountId()

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

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

        public final String namespace()

        The namespace associated with the customization you're creating.

        Returns:
        The namespace associated with the customization you're creating.
      • accountCustomization

        public final AccountCustomization accountCustomization()

        The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.

        Returns:
        The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
      • requestId

        public final String requestId()

        The Amazon Web Services request ID for this operation.

        Returns:
        The Amazon Web Services request ID for this operation.
      • status

        public final Integer status()

        The HTTP status of the request.

        Returns:
        The HTTP status of the request.
      • 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