7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/AccountCustomization.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
55 template <
typename AwsAccountIdT = Aws::String>
57 m_awsAccountIdHasBeenSet =
true;
58 m_awsAccountId = std::forward<AwsAccountIdT>(value);
60 template <
typename AwsAccountIdT = Aws::String>
72 template <
typename NamespaceT = Aws::String>
74 m_namespaceHasBeenSet =
true;
75 m_namespace = std::forward<NamespaceT>(value);
77 template <
typename NamespaceT = Aws::String>
89 template <
typename AccountCustomizationT = AccountCustomization>
91 m_accountCustomizationHasBeenSet =
true;
92 m_accountCustomization = std::forward<AccountCustomizationT>(value);
94 template <
typename AccountCustomizationT = AccountCustomization>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
122 m_statusHasBeenSet =
true;
145 bool m_arnHasBeenSet =
false;
146 bool m_awsAccountIdHasBeenSet =
false;
147 bool m_namespaceHasBeenSet =
false;
148 bool m_accountCustomizationHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
150 bool m_statusHasBeenSet =
false;
void SetArn(ArnT &&value)
void SetNamespace(NamespaceT &&value)
void SetRequestId(RequestIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
CreateAccountCustomizationResult & WithAwsAccountId(AwsAccountIdT &&value)
CreateAccountCustomizationResult & WithAccountCustomization(AccountCustomizationT &&value)
void SetStatus(int value)
CreateAccountCustomizationResult & WithArn(ArnT &&value)
const Aws::String & GetArn() const
CreateAccountCustomizationResult & WithStatus(int value)
CreateAccountCustomizationResult & WithNamespace(NamespaceT &&value)
const Aws::String & GetRequestId() const
CreateAccountCustomizationResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API CreateAccountCustomizationResult()=default
void SetAccountCustomization(AccountCustomizationT &&value)
const AccountCustomization & GetAccountCustomization() const
const Aws::String & GetAwsAccountId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API CreateAccountCustomizationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNamespace() const
AWS_QUICKSIGHT_API CreateAccountCustomizationResult & operator=(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