7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/appconfig/model/DeletionProtectionSettings.h>
10#include <aws/appconfig/model/VendedMetricsSettings.h>
44 template <
typename DeletionProtectionT = DeletionProtectionSettings>
46 m_deletionProtectionHasBeenSet =
true;
47 m_deletionProtection = std::forward<DeletionProtectionT>(value);
49 template <
typename DeletionProtectionT = DeletionProtectionSettings>
62 template <
typename VendedMetricsT = VendedMetricsSettings>
64 m_vendedMetricsHasBeenSet =
true;
65 m_vendedMetrics = std::forward<VendedMetricsT>(value);
67 template <
typename VendedMetricsT = VendedMetricsSettings>
77 bool m_deletionProtectionHasBeenSet =
false;
78 bool m_vendedMetricsHasBeenSet =
false;
const DeletionProtectionSettings & GetDeletionProtection() const
bool VendedMetricsHasBeenSet() const
void SetVendedMetrics(VendedMetricsT &&value)
const VendedMetricsSettings & GetVendedMetrics() const
bool DeletionProtectionHasBeenSet() const
AWS_APPCONFIG_API UpdateAccountSettingsRequest()=default
UpdateAccountSettingsRequest & WithVendedMetrics(VendedMetricsT &&value)
void SetDeletionProtection(DeletionProtectionT &&value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
UpdateAccountSettingsRequest & WithDeletionProtection(DeletionProtectionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String