AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DescribeAccountCustomizationResult.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 DescribeAccountCustomizationResult() = 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 DescribeAccountCustomizationResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
47
49
52 inline const Aws::String& GetAwsAccountId() const { return m_awsAccountId; }
53 template<typename AwsAccountIdT = Aws::String>
54 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet = true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
55 template<typename AwsAccountIdT = Aws::String>
56 DescribeAccountCustomizationResult& WithAwsAccountId(AwsAccountIdT&& value) { SetAwsAccountId(std::forward<AwsAccountIdT>(value)); return *this;}
58
60
63 inline const Aws::String& GetNamespace() const { return m_namespace; }
64 template<typename NamespaceT = Aws::String>
65 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet = true; m_namespace = std::forward<NamespaceT>(value); }
66 template<typename NamespaceT = Aws::String>
67 DescribeAccountCustomizationResult& WithNamespace(NamespaceT&& value) { SetNamespace(std::forward<NamespaceT>(value)); return *this;}
69
71
75 inline const AccountCustomization& GetAccountCustomization() const { return m_accountCustomization; }
76 template<typename AccountCustomizationT = AccountCustomization>
77 void SetAccountCustomization(AccountCustomizationT&& value) { m_accountCustomizationHasBeenSet = true; m_accountCustomization = std::forward<AccountCustomizationT>(value); }
78 template<typename AccountCustomizationT = AccountCustomization>
79 DescribeAccountCustomizationResult& WithAccountCustomization(AccountCustomizationT&& value) { SetAccountCustomization(std::forward<AccountCustomizationT>(value)); return *this;}
81
83
84 inline const Aws::String& GetRequestId() const { return m_requestId; }
85 template<typename RequestIdT = Aws::String>
86 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
87 template<typename RequestIdT = Aws::String>
88 DescribeAccountCustomizationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
90
92
95 inline int GetStatus() const { return m_status; }
96 inline void SetStatus(int value) { m_statusHasBeenSet = true; m_status = value; }
97 inline DescribeAccountCustomizationResult& WithStatus(int value) { SetStatus(value); return *this;}
99 private:
100
101 Aws::String m_arn;
102 bool m_arnHasBeenSet = false;
103
104 Aws::String m_awsAccountId;
105 bool m_awsAccountIdHasBeenSet = false;
106
107 Aws::String m_namespace;
108 bool m_namespaceHasBeenSet = false;
109
110 AccountCustomization m_accountCustomization;
111 bool m_accountCustomizationHasBeenSet = false;
112
113 Aws::String m_requestId;
114 bool m_requestIdHasBeenSet = false;
115
116 int m_status{0};
117 bool m_statusHasBeenSet = false;
118 };
119
120} // namespace Model
121} // namespace QuickSight
122} // namespace Aws
AWS_QUICKSIGHT_API DescribeAccountCustomizationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAccountCustomizationResult & WithNamespace(NamespaceT &&value)
DescribeAccountCustomizationResult & WithAwsAccountId(AwsAccountIdT &&value)
DescribeAccountCustomizationResult & WithAccountCustomization(AccountCustomizationT &&value)
DescribeAccountCustomizationResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API DescribeAccountCustomizationResult()=default
AWS_QUICKSIGHT_API DescribeAccountCustomizationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue