7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
43 template <
typename AwsAccountIdT = Aws::String>
45 m_awsAccountIdHasBeenSet =
true;
46 m_awsAccountId = std::forward<AwsAccountIdT>(value);
48 template <
typename AwsAccountIdT = Aws::String>
61 template <
typename NamespaceT = Aws::String>
63 m_namespaceHasBeenSet =
true;
64 m_namespace = std::forward<NamespaceT>(value);
66 template <
typename NamespaceT = Aws::String>
76 bool m_awsAccountIdHasBeenSet =
false;
77 bool m_namespaceHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DeleteAccountCustomizationRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetNamespace() const
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
bool NamespaceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteAccountCustomizationRequest & WithNamespace(NamespaceT &&value)
void SetNamespace(NamespaceT &&value)
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API DeleteAccountCustomizationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String