7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/appconfig/model/DeletionProtectionCheck.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ApplicationIdT = Aws::String>
43 m_applicationIdHasBeenSet =
true;
44 m_applicationId = std::forward<ApplicationIdT>(value);
46 template <
typename ApplicationIdT = Aws::String>
59 template <
typename ConfigurationProfileIdT = Aws::String>
61 m_configurationProfileIdHasBeenSet =
true;
62 m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value);
64 template <
typename ConfigurationProfileIdT = Aws::String>
92 m_deletionProtectionCheckHasBeenSet =
true;
93 m_deletionProtectionCheck = value;
106 bool m_applicationIdHasBeenSet =
false;
107 bool m_configurationProfileIdHasBeenSet =
false;
108 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