AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
AttackVectorDescription.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/shield/Shield_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Shield {
20namespace Model {
21
28 public:
29 AWS_SHIELD_API AttackVectorDescription() = default;
32 AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
47 inline const Aws::String& GetVectorType() const { return m_vectorType; }
48 inline bool VectorTypeHasBeenSet() const { return m_vectorTypeHasBeenSet; }
49 template <typename VectorTypeT = Aws::String>
50 void SetVectorType(VectorTypeT&& value) {
51 m_vectorTypeHasBeenSet = true;
52 m_vectorType = std::forward<VectorTypeT>(value);
53 }
54 template <typename VectorTypeT = Aws::String>
56 SetVectorType(std::forward<VectorTypeT>(value));
57 return *this;
58 }
60 private:
61 Aws::String m_vectorType;
62 bool m_vectorTypeHasBeenSet = false;
63};
64
65} // namespace Model
66} // namespace Shield
67} // namespace Aws
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() 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