Class CreateSubscriberRequest

    • Method Detail

      • accountId

        public final String accountId()

        The accountId that is associated with the budget that you want to create a subscriber for.

        Returns:
        The accountId that is associated with the budget that you want to create a subscriber for.
      • budgetName

        public final String budgetName()

        The name of the budget that you want to subscribe to. Budget names must be unique within an account.

        Returns:
        The name of the budget that you want to subscribe to. Budget names must be unique within an account.
      • notification

        public final Notification notification()

        The notification that you want to create a subscriber for.

        Returns:
        The notification that you want to create a subscriber for.
      • subscriber

        public final Subscriber subscriber()

        The subscriber that you want to associate with a budget notification.

        Returns:
        The subscriber that you want to associate with a budget notification.
      • 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