7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename VectorTypeT = Aws::String>
56 void SetVectorType(VectorTypeT&& value) { m_vectorTypeHasBeenSet =
true; m_vectorType = std::forward<VectorTypeT>(value); }
57 template<
typename VectorTypeT = Aws::String>
63 bool m_vectorTypeHasBeenSet =
false;
const Aws::String & GetVectorType() const
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVectorType(VectorTypeT &&value)
bool VectorTypeHasBeenSet() const
AWS_SHIELD_API AttackVectorDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_SHIELD_API AttackVectorDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SHIELD_API AttackVectorDescription()=default
AttackVectorDescription & WithVectorType(VectorTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue