7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/AccountCustomization.h>
12#include <aws/quicksight/model/Tag.h>
46 template <
typename AwsAccountIdT = Aws::String>
48 m_awsAccountIdHasBeenSet =
true;
49 m_awsAccountId = std::forward<AwsAccountIdT>(value);
51 template <
typename AwsAccountIdT = Aws::String>
64 template <
typename NamespaceT = Aws::String>
66 m_namespaceHasBeenSet =
true;
67 m_namespace = std::forward<NamespaceT>(value);
69 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>
107 template <
typename TagsT = Aws::Vector<Tag>>
109 m_tagsHasBeenSet =
true;
110 m_tags = std::forward<TagsT>(value);
112 template <
typename TagsT = Aws::Vector<Tag>>
114 SetTags(std::forward<TagsT>(value));
117 template <
typename TagsT = Tag>
119 m_tagsHasBeenSet =
true;
120 m_tags.emplace_back(std::forward<TagsT>(value));
132 bool m_awsAccountIdHasBeenSet =
false;
133 bool m_namespaceHasBeenSet =
false;
134 bool m_accountCustomizationHasBeenSet =
false;
135 bool m_tagsHasBeenSet =
false;
void SetNamespace(NamespaceT &&value)
void SetTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateAccountCustomizationRequest & WithTags(TagsT &&value)
const Aws::String & GetNamespace() const
bool NamespaceHasBeenSet() const
bool AccountCustomizationHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
CreateAccountCustomizationRequest & WithNamespace(NamespaceT &&value)
const Aws::String & GetAwsAccountId() const
bool TagsHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
CreateAccountCustomizationRequest & WithAccountCustomization(AccountCustomizationT &&value)
CreateAccountCustomizationRequest & AddTags(TagsT &&value)
void SetAccountCustomization(AccountCustomizationT &&value)
virtual const char * GetServiceRequestName() const override
CreateAccountCustomizationRequest & WithAwsAccountId(AwsAccountIdT &&value)
const AccountCustomization & GetAccountCustomization() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_QUICKSIGHT_API CreateAccountCustomizationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector