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