AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
AttackVectorDescription.h
1
6#pragma once
7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Shield
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_SHIELD_API AttackVectorDescription() = default;
37 AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
53 inline const Aws::String& GetVectorType() const { return m_vectorType; }
54 inline bool VectorTypeHasBeenSet() const { return m_vectorTypeHasBeenSet; }
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>
58 AttackVectorDescription& WithVectorType(VectorTypeT&& value) { SetVectorType(std::forward<VectorTypeT>(value)); return *this;}
60 private:
61
62 Aws::String m_vectorType;
63 bool m_vectorTypeHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace Shield
68} // 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