7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/shield/Shield_EXPORTS.h>
10#include <aws/shield/model/SummarizedCounter.h>
42 template <
typename VectorTypeT = Aws::String>
44 m_vectorTypeHasBeenSet =
true;
45 m_vectorType = std::forward<VectorTypeT>(value);
47 template <
typename VectorTypeT = Aws::String>
60 template <
typename VectorCountersT = Aws::Vector<SummarizedCounter>>
62 m_vectorCountersHasBeenSet =
true;
63 m_vectorCounters = std::forward<VectorCountersT>(value);
65 template <
typename VectorCountersT = Aws::Vector<SummarizedCounter>>
70 template <
typename VectorCountersT = SummarizedCounter>
72 m_vectorCountersHasBeenSet =
true;
73 m_vectorCounters.emplace_back(std::forward<VectorCountersT>(value));
81 bool m_vectorTypeHasBeenSet =
false;
82 bool m_vectorCountersHasBeenSet =
false;
SummarizedAttackVector & WithVectorType(VectorTypeT &&value)
const Aws::String & GetVectorType() const
SummarizedAttackVector & AddVectorCounters(VectorCountersT &&value)
AWS_SHIELD_API SummarizedAttackVector()=default
SummarizedAttackVector & WithVectorCounters(VectorCountersT &&value)
bool VectorCountersHasBeenSet() const
const Aws::Vector< SummarizedCounter > & GetVectorCounters() const
void SetVectorCounters(VectorCountersT &&value)
AWS_SHIELD_API SummarizedAttackVector(Aws::Utils::Json::JsonView jsonValue)
AWS_SHIELD_API SummarizedAttackVector & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVectorType(VectorTypeT &&value)
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
bool VectorTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue