7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetProtectionGroupId(
const char* value) { m_protectionGroupIdHasBeenSet =
true; m_protectionGroupId.assign(value); }
55 bool m_protectionGroupIdHasBeenSet =
false;
void SetProtectionGroupId(const char *value)
AWS_SHIELD_API Aws::String SerializePayload() const override
void SetProtectionGroupId(Aws::String &&value)
const Aws::String & GetProtectionGroupId() const
AWS_SHIELD_API DeleteProtectionGroupRequest()
DeleteProtectionGroupRequest & WithProtectionGroupId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DeleteProtectionGroupRequest & WithProtectionGroupId(const char *value)
bool ProtectionGroupIdHasBeenSet() const
DeleteProtectionGroupRequest & WithProtectionGroupId(Aws::String &&value)
AWS_SHIELD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetProtectionGroupId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String