AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DeleteBudgetActionResult.h
1
6#pragma once
7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/budgets/model/Action.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Budgets
25{
26namespace Model
27{
29 {
30 public:
31 AWS_BUDGETS_API DeleteBudgetActionResult() = default;
34
35
37
38 inline const Aws::String& GetAccountId() const { return m_accountId; }
39 template<typename AccountIdT = Aws::String>
40 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet = true; m_accountId = std::forward<AccountIdT>(value); }
41 template<typename AccountIdT = Aws::String>
42 DeleteBudgetActionResult& WithAccountId(AccountIdT&& value) { SetAccountId(std::forward<AccountIdT>(value)); return *this;}
44
46
47 inline const Aws::String& GetBudgetName() const { return m_budgetName; }
48 template<typename BudgetNameT = Aws::String>
49 void SetBudgetName(BudgetNameT&& value) { m_budgetNameHasBeenSet = true; m_budgetName = std::forward<BudgetNameT>(value); }
50 template<typename BudgetNameT = Aws::String>
51 DeleteBudgetActionResult& WithBudgetName(BudgetNameT&& value) { SetBudgetName(std::forward<BudgetNameT>(value)); return *this;}
53
55
56 inline const Action& GetAction() const { return m_action; }
57 template<typename ActionT = Action>
58 void SetAction(ActionT&& value) { m_actionHasBeenSet = true; m_action = std::forward<ActionT>(value); }
59 template<typename ActionT = Action>
60 DeleteBudgetActionResult& WithAction(ActionT&& value) { SetAction(std::forward<ActionT>(value)); return *this;}
62
64
65 inline const Aws::String& GetRequestId() const { return m_requestId; }
66 template<typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
68 template<typename RequestIdT = Aws::String>
69 DeleteBudgetActionResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
71 private:
72
73 Aws::String m_accountId;
74 bool m_accountIdHasBeenSet = false;
75
76 Aws::String m_budgetName;
77 bool m_budgetNameHasBeenSet = false;
78
79 Action m_action;
80 bool m_actionHasBeenSet = false;
81
82 Aws::String m_requestId;
83 bool m_requestIdHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace Budgets
88} // namespace Aws
AWS_BUDGETS_API DeleteBudgetActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBudgetActionResult & WithBudgetName(BudgetNameT &&value)
DeleteBudgetActionResult & WithRequestId(RequestIdT &&value)
AWS_BUDGETS_API DeleteBudgetActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBudgetActionResult & WithAction(ActionT &&value)
AWS_BUDGETS_API DeleteBudgetActionResult()=default
DeleteBudgetActionResult & WithAccountId(AccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue