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>
46 inline void SetEnvironmentId(
const char* value) { m_environmentIdHasBeenSet =
true; m_environmentId.assign(value); }
60 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
94 bool m_environmentIdHasBeenSet =
false;
97 bool m_applicationIdHasBeenSet =
false;
100 bool m_deletionProtectionCheckHasBeenSet =
false;
void SetApplicationId(const Aws::String &value)
const Aws::String & GetEnvironmentId() const
DeleteEnvironmentRequest & WithApplicationId(Aws::String &&value)
DeleteEnvironmentRequest & WithDeletionProtectionCheck(const DeletionProtectionCheck &value)
void SetApplicationId(Aws::String &&value)
AWS_APPCONFIG_API DeleteEnvironmentRequest()
void SetDeletionProtectionCheck(const DeletionProtectionCheck &value)
bool DeletionProtectionCheckHasBeenSet() const
DeleteEnvironmentRequest & WithApplicationId(const char *value)
AWS_APPCONFIG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetApplicationId() const
DeleteEnvironmentRequest & WithEnvironmentId(const char *value)
DeleteEnvironmentRequest & WithEnvironmentId(Aws::String &&value)
DeleteEnvironmentRequest & WithDeletionProtectionCheck(DeletionProtectionCheck &&value)
const DeletionProtectionCheck & GetDeletionProtectionCheck() const
bool EnvironmentIdHasBeenSet() const
void SetEnvironmentId(const char *value)
DeleteEnvironmentRequest & WithApplicationId(const Aws::String &value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
void SetApplicationId(const char *value)
DeleteEnvironmentRequest & WithEnvironmentId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetEnvironmentId(Aws::String &&value)
void SetDeletionProtectionCheck(DeletionProtectionCheck &&value)
bool ApplicationIdHasBeenSet() const
void SetEnvironmentId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String