7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename AwsAccountIdT = Aws::String>
43 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
44 template<
typename AwsAccountIdT = Aws::String>
57 template<
typename DefaultNamespaceT = Aws::String>
58 void SetDefaultNamespace(DefaultNamespaceT&& value) { m_defaultNamespaceHasBeenSet =
true; m_defaultNamespace = std::forward<DefaultNamespaceT>(value); }
59 template<
typename DefaultNamespaceT = Aws::String>
71 template<
typename NotificationEmailT = Aws::String>
72 void SetNotificationEmail(NotificationEmailT&& value) { m_notificationEmailHasBeenSet =
true; m_notificationEmail = std::forward<NotificationEmailT>(value); }
73 template<
typename NotificationEmailT = Aws::String>
93 bool m_awsAccountIdHasBeenSet =
false;
96 bool m_defaultNamespaceHasBeenSet =
false;
99 bool m_notificationEmailHasBeenSet =
false;
101 bool m_terminationProtectionEnabled{
false};
102 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