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>
47 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
61 inline void SetConfigurationProfileId(
const char* value) { m_configurationProfileIdHasBeenSet =
true; m_configurationProfileId.assign(value); }
95 bool m_applicationIdHasBeenSet =
false;
98 bool m_configurationProfileIdHasBeenSet =
false;
101 bool m_deletionProtectionCheckHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetConfigurationProfileId(Aws::String &&value)
DeleteConfigurationProfileRequest & WithApplicationId(const char *value)
AWS_APPCONFIG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetConfigurationProfileId(const Aws::String &value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
const Aws::String & GetApplicationId() const
void SetApplicationId(const Aws::String &value)
AWS_APPCONFIG_API DeleteConfigurationProfileRequest()
DeleteConfigurationProfileRequest & WithConfigurationProfileId(Aws::String &&value)
void SetDeletionProtectionCheck(const DeletionProtectionCheck &value)
const DeletionProtectionCheck & GetDeletionProtectionCheck() const
DeleteConfigurationProfileRequest & WithApplicationId(const Aws::String &value)
DeleteConfigurationProfileRequest & WithConfigurationProfileId(const Aws::String &value)
const Aws::String & GetConfigurationProfileId() const
bool ApplicationIdHasBeenSet() const
void SetApplicationId(Aws::String &&value)
DeleteConfigurationProfileRequest & WithConfigurationProfileId(const char *value)
void SetApplicationId(const char *value)
bool ConfigurationProfileIdHasBeenSet() const
void SetDeletionProtectionCheck(DeletionProtectionCheck &&value)
DeleteConfigurationProfileRequest & WithDeletionProtectionCheck(DeletionProtectionCheck &&value)
DeleteConfigurationProfileRequest & WithApplicationId(Aws::String &&value)
bool DeletionProtectionCheckHasBeenSet() const
void SetConfigurationProfileId(const char *value)
DeleteConfigurationProfileRequest & WithDeletionProtectionCheck(const DeletionProtectionCheck &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String