7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename AttackIdT = Aws::String>
44 void SetAttackId(AttackIdT&& value) { m_attackIdHasBeenSet =
true; m_attackId = std::forward<AttackIdT>(value); }
45 template<
typename AttackIdT = Aws::String>
51 bool m_attackIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SHIELD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AttackIdHasBeenSet() const
const Aws::String & GetAttackId() const
AWS_SHIELD_API Aws::String SerializePayload() const override
void SetAttackId(AttackIdT &&value)
DescribeAttackRequest & WithAttackId(AttackIdT &&value)
AWS_SHIELD_API DescribeAttackRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String