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>
63 template <
typename BudgetNameT = Aws::String>
65 m_budgetNameHasBeenSet =
true;
66 m_budgetName = std::forward<BudgetNameT>(value);
68 template <
typename BudgetNameT = Aws::String>
81 template <
typename NotificationT = Notification>
83 m_notificationHasBeenSet =
true;
84 m_notification = std::forward<NotificationT>(value);
86 template <
typename NotificationT = Notification>
99 template <
typename SubscriberT = Subscriber>
101 m_subscriberHasBeenSet =
true;
102 m_subscriber = std::forward<SubscriberT>(value);
104 template <
typename SubscriberT = Subscriber>
118 bool m_accountIdHasBeenSet =
false;
119 bool m_budgetNameHasBeenSet =
false;
120 bool m_notificationHasBeenSet =
false;
121 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