7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
59 template <
typename DefaultNamespaceT = Aws::String>
61 m_defaultNamespaceHasBeenSet =
true;
62 m_defaultNamespace = std::forward<DefaultNamespaceT>(value);
64 template <
typename DefaultNamespaceT = Aws::String>
78 template <
typename NotificationEmailT = Aws::String>
80 m_notificationEmailHasBeenSet =
true;
81 m_notificationEmail = std::forward<NotificationEmailT>(value);
83 template <
typename NotificationEmailT = Aws::String>
101 m_terminationProtectionEnabledHasBeenSet =
true;
102 m_terminationProtectionEnabled = value;
116 bool m_terminationProtectionEnabled{
false};
117 bool m_awsAccountIdHasBeenSet =
false;
118 bool m_defaultNamespaceHasBeenSet =
false;
119 bool m_notificationEmailHasBeenSet =
false;
120 bool m_terminationProtectionEnabledHasBeenSet =
false;
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetDefaultNamespace() const
bool NotificationEmailHasBeenSet() const
bool DefaultNamespaceHasBeenSet() const
bool GetTerminationProtectionEnabled() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
UpdateAccountSettingsRequest & WithDefaultNamespace(DefaultNamespaceT &&value)
UpdateAccountSettingsRequest & WithTerminationProtectionEnabled(bool value)
void SetNotificationEmail(NotificationEmailT &&value)
void SetDefaultNamespace(DefaultNamespaceT &&value)
const Aws::String & GetAwsAccountId() const
UpdateAccountSettingsRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetTerminationProtectionEnabled(bool value)
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
bool TerminationProtectionEnabledHasBeenSet() const
const Aws::String & GetNotificationEmail() const
AWS_QUICKSIGHT_API UpdateAccountSettingsRequest()=default
UpdateAccountSettingsRequest & WithNotificationEmail(NotificationEmailT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String