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>
34 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeSubscribersForNotification"; }
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
60 template<
typename BudgetNameT = Aws::String>
61 void SetBudgetName(BudgetNameT&& value) { m_budgetNameHasBeenSet =
true; m_budgetName = std::forward<BudgetNameT>(value); }
62 template<
typename BudgetNameT = Aws::String>
72 template<
typename NotificationT = Notification>
73 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
74 template<
typename NotificationT = Notification>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
96 template<
typename NextTokenT = Aws::String>
97 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
98 template<
typename NextTokenT = Aws::String>
104 bool m_accountIdHasBeenSet =
false;
107 bool m_budgetNameHasBeenSet =
false;
110 bool m_notificationHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
int GetMaxResults() const
const Aws::String & GetNextToken() const
DescribeSubscribersForNotificationRequest & WithMaxResults(int value)
void SetNotification(NotificationT &&value)
DescribeSubscribersForNotificationRequest & WithAccountId(AccountIdT &&value)
bool NotificationHasBeenSet() const
const Aws::String & GetAccountId() const
bool MaxResultsHasBeenSet() const
void SetBudgetName(BudgetNameT &&value)
AWS_BUDGETS_API DescribeSubscribersForNotificationRequest()=default
bool BudgetNameHasBeenSet() const
bool AccountIdHasBeenSet() const
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeSubscribersForNotificationRequest & WithNotification(NotificationT &&value)
DescribeSubscribersForNotificationRequest & WithNextToken(NextTokenT &&value)
const Notification & GetNotification() const
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetAccountId(AccountIdT &&value)
AWS_BUDGETS_API Aws::String SerializePayload() const override
const Aws::String & GetBudgetName() const
bool NextTokenHasBeenSet() const
DescribeSubscribersForNotificationRequest & WithBudgetName(BudgetNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String