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>
50 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
64 inline void SetBudgetName(
const char* value) { m_budgetNameHasBeenSet =
true; m_budgetName.assign(value); }
84 bool m_accountIdHasBeenSet =
false;
87 bool m_budgetNameHasBeenSet =
false;
90 bool m_notificationHasBeenSet =
false;
void SetBudgetName(Aws::String &&value)
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_BUDGETS_API DeleteNotificationRequest()
DeleteNotificationRequest & WithBudgetName(const char *value)
const Aws::String & GetBudgetName() const
void SetAccountId(Aws::String &&value)
DeleteNotificationRequest & WithBudgetName(Aws::String &&value)
AWS_BUDGETS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DeleteNotificationRequest & WithAccountId(const Aws::String &value)
DeleteNotificationRequest & WithBudgetName(const Aws::String &value)
DeleteNotificationRequest & WithAccountId(Aws::String &&value)
void SetNotification(const Notification &value)
const Aws::String & GetAccountId() const
void SetNotification(Notification &&value)
DeleteNotificationRequest & WithNotification(const Notification &value)
bool BudgetNameHasBeenSet() const
void SetBudgetName(const char *value)
bool NotificationHasBeenSet() const
void SetAccountId(const Aws::String &value)
DeleteNotificationRequest & WithNotification(Notification &&value)
void SetBudgetName(const Aws::String &value)
const Notification & GetNotification() const
DeleteNotificationRequest & WithAccountId(const char *value)
void SetAccountId(const char *value)
bool AccountIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String