7#include <aws/budgets/BudgetsRequest.h>
8#include <aws/budgets/Budgets_EXPORTS.h>
9#include <aws/budgets/model/Notification.h>
10#include <aws/budgets/model/Subscriber.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename AccountIdT = Aws::String>
47 m_accountIdHasBeenSet =
true;
48 m_accountId = std::forward<AccountIdT>(value);
50 template <
typename AccountIdT = Aws::String>
64 template <
typename BudgetNameT = Aws::String>
66 m_budgetNameHasBeenSet =
true;
67 m_budgetName = std::forward<BudgetNameT>(value);
69 template <
typename BudgetNameT = Aws::String>
82 template <
typename NotificationT = Notification>
84 m_notificationHasBeenSet =
true;
85 m_notification = std::forward<NotificationT>(value);
87 template <
typename NotificationT = Notification>
100 template <
typename SubscriberT = Subscriber>
102 m_subscriberHasBeenSet =
true;
103 m_subscriber = std::forward<SubscriberT>(value);
105 template <
typename SubscriberT = Subscriber>
119 bool m_accountIdHasBeenSet =
false;
120 bool m_budgetNameHasBeenSet =
false;
121 bool m_notificationHasBeenSet =
false;
122 bool m_subscriberHasBeenSet =
false;
const Subscriber & GetSubscriber() const
void SetBudgetName(BudgetNameT &&value)
const Notification & GetNotification() const
CreateSubscriberRequest & WithNotification(NotificationT &&value)
bool SubscriberHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateSubscriberRequest & WithAccountId(AccountIdT &&value)
bool BudgetNameHasBeenSet() const
const Aws::String & GetAccountId() const
AWS_BUDGETS_API CreateSubscriberRequest()=default
CreateSubscriberRequest & WithBudgetName(BudgetNameT &&value)
void SetNotification(NotificationT &&value)
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_BUDGETS_API Aws::String SerializePayload() const override
const Aws::String & GetBudgetName() const
void SetSubscriber(SubscriberT &&value)
bool NotificationHasBeenSet() const
bool AccountIdHasBeenSet() const
void SetAccountId(AccountIdT &&value)
CreateSubscriberRequest & WithSubscriber(SubscriberT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String