AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetVectorType(const Aws::String& value) { m_vectorTypeHasBeenSet = true; m_vectorType = value; }
56 inline void SetVectorType(Aws::String&& value) { m_vectorTypeHasBeenSet = true; m_vectorType = std::move(value); }
57 inline void SetVectorType(const char* value) { m_vectorTypeHasBeenSet = true; m_vectorType.assign(value); }
58 inline AttackVectorDescription& WithVectorType(const Aws::String& value) { SetVectorType(value); return *this;}
59 inline AttackVectorDescription& WithVectorType(Aws::String&& value) { SetVectorType(std::move(value)); return *this;}
60 inline AttackVectorDescription& WithVectorType(const char* value) { SetVectorType(value); return *this;}
62 private:
63
64 Aws::String m_vectorType;
65 bool m_vectorTypeHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace Shield
70} // namespace Aws
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
AttackVectorDescription & WithVectorType(const Aws::String &value)
AWS_SHIELD_API AttackVectorDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_SHIELD_API AttackVectorDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AttackVectorDescription & WithVectorType(Aws::String &&value)
AttackVectorDescription & WithVectorType(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue