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;
const Aws::String & GetProtectionGroupId() const
bool ProtectionGroupIdHasBeenSet() const
AWS_SHIELD_API DescribeProtectionGroupRequest()=default
DescribeProtectionGroupRequest & WithProtectionGroupId(ProtectionGroupIdT &&value)
AWS_SHIELD_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_SHIELD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetProtectionGroupId(ProtectionGroupIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String