AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UpdateAccountCustomizationResult.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/AccountCustomization.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 QuickSight
25{
26namespace Model
27{
29 {
30 public:
31 AWS_QUICKSIGHT_API UpdateAccountCustomizationResult() = default;
34
35
37
41 inline const Aws::String& GetArn() const { return m_arn; }
42 template<typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
44 template<typename ArnT = Aws::String>
45 UpdateAccountCustomizationResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
47
49
53 inline const Aws::String& GetAwsAccountId() const { return m_awsAccountId; }
54 template<typename AwsAccountIdT = Aws::String>
55 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet = true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
56 template<typename AwsAccountIdT = Aws::String>
57 UpdateAccountCustomizationResult& WithAwsAccountId(AwsAccountIdT&& value) { SetAwsAccountId(std::forward<AwsAccountIdT>(value)); return *this;}
59
61
64 inline const Aws::String& GetNamespace() const { return m_namespace; }
65 template<typename NamespaceT = Aws::String>
66 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet = true; m_namespace = std::forward<NamespaceT>(value); }
67 template<typename NamespaceT = Aws::String>
68 UpdateAccountCustomizationResult& WithNamespace(NamespaceT&& value) { SetNamespace(std::forward<NamespaceT>(value)); return *this;}
70
72
76 inline const AccountCustomization& GetAccountCustomization() const { return m_accountCustomization; }
77 template<typename AccountCustomizationT = AccountCustomization>
78 void SetAccountCustomization(AccountCustomizationT&& value) { m_accountCustomizationHasBeenSet = true; m_accountCustomization = std::forward<AccountCustomizationT>(value); }
79 template<typename AccountCustomizationT = AccountCustomization>
80 UpdateAccountCustomizationResult& WithAccountCustomization(AccountCustomizationT&& value) { SetAccountCustomization(std::forward<AccountCustomizationT>(value)); return *this;}
82
84
85 inline const Aws::String& GetRequestId() const { return m_requestId; }
86 template<typename RequestIdT = Aws::String>
87 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
88 template<typename RequestIdT = Aws::String>
89 UpdateAccountCustomizationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
91
93
96 inline int GetStatus() const { return m_status; }
97 inline void SetStatus(int value) { m_statusHasBeenSet = true; m_status = value; }
98 inline UpdateAccountCustomizationResult& WithStatus(int value) { SetStatus(value); return *this;}
100 private:
101
102 Aws::String m_arn;
103 bool m_arnHasBeenSet = false;
104
105 Aws::String m_awsAccountId;
106 bool m_awsAccountIdHasBeenSet = false;
107
108 Aws::String m_namespace;
109 bool m_namespaceHasBeenSet = false;
110
111 AccountCustomization m_accountCustomization;
112 bool m_accountCustomizationHasBeenSet = false;
113
114 Aws::String m_requestId;
115 bool m_requestIdHasBeenSet = false;
116
117 int m_status{0};
118 bool m_statusHasBeenSet = false;
119 };
120
121} // namespace Model
122} // namespace QuickSight
123} // 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