7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/AccountCustomization.h>
44 template <
typename AwsAccountIdT = Aws::String>
46 m_awsAccountIdHasBeenSet =
true;
47 m_awsAccountId = std::forward<AwsAccountIdT>(value);
49 template <
typename AwsAccountIdT = Aws::String>
62 template <
typename NamespaceT = Aws::String>
64 m_namespaceHasBeenSet =
true;
65 m_namespace = std::forward<NamespaceT>(value);
67 template <
typename NamespaceT = Aws::String>
80 template <
typename AccountCustomizationT = AccountCustomization>
82 m_accountCustomizationHasBeenSet =
true;
83 m_accountCustomization = std::forward<AccountCustomizationT>(value);
85 template <
typename AccountCustomizationT = AccountCustomization>
97 bool m_awsAccountIdHasBeenSet =
false;
98 bool m_namespaceHasBeenSet =
false;
99 bool m_accountCustomizationHasBeenSet =
false;
bool AccountCustomizationHasBeenSet() const
const AccountCustomization & GetAccountCustomization() const
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAccountCustomization(AccountCustomizationT &&value)
AWS_QUICKSIGHT_API UpdateAccountCustomizationRequest()=default
UpdateAccountCustomizationRequest & WithNamespace(NamespaceT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
UpdateAccountCustomizationRequest & WithAccountCustomization(AccountCustomizationT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
bool NamespaceHasBeenSet() const
const Aws::String & GetNamespace() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
UpdateAccountCustomizationRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetNamespace(NamespaceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String