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