7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetProtectionId(
const char* value) { m_protectionIdHasBeenSet =
true; m_protectionId.assign(value); }
54 bool m_protectionIdHasBeenSet =
false;
DeleteProtectionRequest & WithProtectionId(const char *value)
void SetProtectionId(const char *value)
void SetProtectionId(const Aws::String &value)
void SetProtectionId(Aws::String &&value)
DeleteProtectionRequest & WithProtectionId(const Aws::String &value)
AWS_SHIELD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteProtectionRequest & WithProtectionId(Aws::String &&value)
bool ProtectionIdHasBeenSet() const
AWS_SHIELD_API DeleteProtectionRequest()
const Aws::String & GetProtectionId() const
AWS_SHIELD_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String