7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/AppConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appconfig/model/DeletionProtectionCheck.h>
45 template<
typename ApplicationIdT = Aws::String>
46 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
47 template<
typename ApplicationIdT = Aws::String>
57 template<
typename ConfigurationProfileIdT = Aws::String>
58 void SetConfigurationProfileId(ConfigurationProfileIdT&& value) { m_configurationProfileIdHasBeenSet =
true; m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value); }
59 template<
typename ConfigurationProfileIdT = Aws::String>
89 bool m_applicationIdHasBeenSet =
false;
92 bool m_configurationProfileIdHasBeenSet =
false;
95 bool m_deletionProtectionCheckHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetConfigurationProfileId(ConfigurationProfileIdT &&value)
AWS_APPCONFIG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_APPCONFIG_API Aws::String SerializePayload() const override
AWS_APPCONFIG_API DeleteConfigurationProfileRequest()=default
const Aws::String & GetApplicationId() const
DeletionProtectionCheck GetDeletionProtectionCheck() const
const Aws::String & GetConfigurationProfileId() const
DeleteConfigurationProfileRequest & WithApplicationId(ApplicationIdT &&value)
bool ApplicationIdHasBeenSet() const
DeleteConfigurationProfileRequest & WithConfigurationProfileId(ConfigurationProfileIdT &&value)
bool ConfigurationProfileIdHasBeenSet() const
void SetDeletionProtectionCheck(DeletionProtectionCheck value)
bool DeletionProtectionCheckHasBeenSet() const
DeleteConfigurationProfileRequest & WithDeletionProtectionCheck(DeletionProtectionCheck value)
void SetApplicationId(ApplicationIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String