7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/shield/model/SummarizedCounter.h>
48 template<
typename VectorTypeT = Aws::String>
49 void SetVectorType(VectorTypeT&& value) { m_vectorTypeHasBeenSet =
true; m_vectorType = std::forward<VectorTypeT>(value); }
50 template<
typename VectorTypeT = Aws::String>
60 template<
typename VectorCountersT = Aws::Vector<SummarizedCounter>>
61 void SetVectorCounters(VectorCountersT&& value) { m_vectorCountersHasBeenSet =
true; m_vectorCounters = std::forward<VectorCountersT>(value); }
62 template<
typename VectorCountersT = Aws::Vector<SummarizedCounter>>
64 template<
typename VectorCountersT = SummarizedCounter>
70 bool m_vectorTypeHasBeenSet =
false;
73 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