7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/shield/Shield_EXPORTS.h>
40 template <
typename ProtectionIdT = Aws::String>
42 m_protectionIdHasBeenSet =
true;
43 m_protectionId = std::forward<ProtectionIdT>(value);
45 template <
typename ProtectionIdT = Aws::String>
53 bool m_protectionIdHasBeenSet =
false;
AWS_SHIELD_API DeleteProtectionRequest()=default
AWS_SHIELD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ProtectionIdHasBeenSet() const
DeleteProtectionRequest & WithProtectionId(ProtectionIdT &&value)
const Aws::String & GetProtectionId() const
AWS_SHIELD_API Aws::String SerializePayload() const override
void SetProtectionId(ProtectionIdT &&value)
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