7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/budgets/BudgetsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/budgets/model/Notification.h>
11#include <aws/budgets/model/Subscriber.h>
49 template<
typename AccountIdT = Aws::String>
50 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
51 template<
typename AccountIdT = Aws::String>
61 template<
typename BudgetNameT = Aws::String>
62 void SetBudgetName(BudgetNameT&& value) { m_budgetNameHasBeenSet =
true; m_budgetName = std::forward<BudgetNameT>(value); }
63 template<
typename BudgetNameT = Aws::String>
73 template<
typename NotificationT = Notification>
74 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
75 template<
typename NotificationT = Notification>
85 template<
typename SubscriberT = Subscriber>
86 void SetSubscriber(SubscriberT&& value) { m_subscriberHasBeenSet =
true; m_subscriber = std::forward<SubscriberT>(value); }
87 template<
typename SubscriberT = Subscriber>
93 bool m_accountIdHasBeenSet =
false;
96 bool m_budgetNameHasBeenSet =
false;
99 bool m_notificationHasBeenSet =
false;
102 bool m_subscriberHasBeenSet =
false;
void SetBudgetName(BudgetNameT &&value)
DeleteSubscriberRequest & WithSubscriber(SubscriberT &&value)
DeleteSubscriberRequest & WithBudgetName(BudgetNameT &&value)
bool BudgetNameHasBeenSet() const
void SetNotification(NotificationT &&value)
DeleteSubscriberRequest & WithAccountId(AccountIdT &&value)
bool SubscriberHasBeenSet() const
void SetAccountId(AccountIdT &&value)
bool NotificationHasBeenSet() const
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetBudgetName() const
AWS_BUDGETS_API Aws::String SerializePayload() const override
const Aws::String & GetAccountId() const
DeleteSubscriberRequest & WithNotification(NotificationT &&value)
const Subscriber & GetSubscriber() const
const Notification & GetNotification() const
virtual const char * GetServiceRequestName() const override
AWS_BUDGETS_API DeleteSubscriberRequest()=default
bool AccountIdHasBeenSet() const
void SetSubscriber(SubscriberT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String