AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
UpdateAccountCustomizationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/AccountCustomization.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight {
23namespace Model {
25 public:
26 AWS_QUICKSIGHT_API UpdateAccountCustomizationResult() = default;
29
31
35 inline const Aws::String& GetArn() const { return m_arn; }
36 template <typename ArnT = Aws::String>
37 void SetArn(ArnT&& value) {
38 m_arnHasBeenSet = true;
39 m_arn = std::forward<ArnT>(value);
40 }
41 template <typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
44 return *this;
45 }
47
49
53 inline const Aws::String& GetAwsAccountId() const { return m_awsAccountId; }
54 template <typename AwsAccountIdT = Aws::String>
55 void SetAwsAccountId(AwsAccountIdT&& value) {
56 m_awsAccountIdHasBeenSet = true;
57 m_awsAccountId = std::forward<AwsAccountIdT>(value);
58 }
59 template <typename AwsAccountIdT = Aws::String>
61 SetAwsAccountId(std::forward<AwsAccountIdT>(value));
62 return *this;
63 }
65
67
70 inline const Aws::String& GetNamespace() const { return m_namespace; }
71 template <typename NamespaceT = Aws::String>
72 void SetNamespace(NamespaceT&& value) {
73 m_namespaceHasBeenSet = true;
74 m_namespace = std::forward<NamespaceT>(value);
75 }
76 template <typename NamespaceT = Aws::String>
78 SetNamespace(std::forward<NamespaceT>(value));
79 return *this;
80 }
82
84
87 inline const AccountCustomization& GetAccountCustomization() const { return m_accountCustomization; }
88 template <typename AccountCustomizationT = AccountCustomization>
89 void SetAccountCustomization(AccountCustomizationT&& value) {
90 m_accountCustomizationHasBeenSet = true;
91 m_accountCustomization = std::forward<AccountCustomizationT>(value);
92 }
93 template <typename AccountCustomizationT = AccountCustomization>
95 SetAccountCustomization(std::forward<AccountCustomizationT>(value));
96 return *this;
97 }
99
101
102 inline const Aws::String& GetRequestId() const { return m_requestId; }
103 template <typename RequestIdT = Aws::String>
104 void SetRequestId(RequestIdT&& value) {
105 m_requestIdHasBeenSet = true;
106 m_requestId = std::forward<RequestIdT>(value);
107 }
108 template <typename RequestIdT = Aws::String>
110 SetRequestId(std::forward<RequestIdT>(value));
111 return *this;
112 }
114
116
119 inline int GetStatus() const { return m_status; }
120 inline void SetStatus(int value) {
121 m_statusHasBeenSet = true;
122 m_status = value;
123 }
125 SetStatus(value);
126 return *this;
127 }
129 private:
130 Aws::String m_arn;
131
132 Aws::String m_awsAccountId;
133
134 Aws::String m_namespace;
135
136 AccountCustomization m_accountCustomization;
137
138 Aws::String m_requestId;
139
140 int m_status{0};
141 bool m_arnHasBeenSet = false;
142 bool m_awsAccountIdHasBeenSet = false;
143 bool m_namespaceHasBeenSet = false;
144 bool m_accountCustomizationHasBeenSet = false;
145 bool m_requestIdHasBeenSet = false;
146 bool m_statusHasBeenSet = false;
147};
148
149} // namespace Model
150} // namespace QuickSight
151} // namespace Aws
UpdateAccountCustomizationResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API UpdateAccountCustomizationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API UpdateAccountCustomizationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API UpdateAccountCustomizationResult()=default
UpdateAccountCustomizationResult & WithNamespace(NamespaceT &&value)
UpdateAccountCustomizationResult & WithAccountCustomization(AccountCustomizationT &&value)
UpdateAccountCustomizationResult & WithAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue