7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
61 inline void SetDefaultNamespace(
const char* value) { m_defaultNamespaceHasBeenSet =
true; m_defaultNamespace.assign(value); }
77 inline void SetNotificationEmail(
const char* value) { m_notificationEmailHasBeenSet =
true; m_notificationEmail.assign(value); }
99 bool m_awsAccountIdHasBeenSet =
false;
102 bool m_defaultNamespaceHasBeenSet =
false;
105 bool m_notificationEmailHasBeenSet =
false;
107 bool m_terminationProtectionEnabled;
108 bool m_terminationProtectionEnabledHasBeenSet =
false;
AWS_QUICKSIGHT_API UpdateAccountSettingsRequest()
const Aws::String & GetDefaultNamespace() const
bool NotificationEmailHasBeenSet() const
bool DefaultNamespaceHasBeenSet() const
bool GetTerminationProtectionEnabled() const
void SetAwsAccountId(Aws::String &&value)
UpdateAccountSettingsRequest & WithDefaultNamespace(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAwsAccountId(const Aws::String &value)
void SetDefaultNamespace(const char *value)
UpdateAccountSettingsRequest & WithTerminationProtectionEnabled(bool value)
UpdateAccountSettingsRequest & WithAwsAccountId(Aws::String &&value)
void SetNotificationEmail(const Aws::String &value)
void SetAwsAccountId(const char *value)
UpdateAccountSettingsRequest & WithNotificationEmail(const Aws::String &value)
void SetDefaultNamespace(const Aws::String &value)
const Aws::String & GetAwsAccountId() const
void SetDefaultNamespace(Aws::String &&value)
UpdateAccountSettingsRequest & WithAwsAccountId(const char *value)
void SetTerminationProtectionEnabled(bool value)
virtual const char * GetServiceRequestName() const override
UpdateAccountSettingsRequest & WithNotificationEmail(Aws::String &&value)
UpdateAccountSettingsRequest & WithDefaultNamespace(Aws::String &&value)
UpdateAccountSettingsRequest & WithDefaultNamespace(const char *value)
void SetNotificationEmail(const char *value)
UpdateAccountSettingsRequest & WithNotificationEmail(const char *value)
bool AwsAccountIdHasBeenSet() const
bool TerminationProtectionEnabledHasBeenSet() const
const Aws::String & GetNotificationEmail() const
UpdateAccountSettingsRequest & WithAwsAccountId(const Aws::String &value)
void SetNotificationEmail(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String