7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/shield/Shield_EXPORTS.h>
41 template <
typename ProtectionGroupIdT = Aws::String>
43 m_protectionGroupIdHasBeenSet =
true;
44 m_protectionGroupId = std::forward<ProtectionGroupIdT>(value);
46 template <
typename ProtectionGroupIdT = Aws::String>
54 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