7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ProtectionIdT = Aws::String>
45 void SetProtectionId(ProtectionIdT&& value) { m_protectionIdHasBeenSet =
true; m_protectionId = std::forward<ProtectionIdT>(value); }
46 template<
typename ProtectionIdT = Aws::String>
52 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