AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ByteMatchSetSummary.h
1
6#pragma once
7#include <aws/waf/WAF_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 WAF
22{
23namespace Model
24{
25
42 {
43 public:
44 AWS_WAF_API ByteMatchSetSummary();
48
49
51
59 inline const Aws::String& GetByteMatchSetId() const{ return m_byteMatchSetId; }
60 inline bool ByteMatchSetIdHasBeenSet() const { return m_byteMatchSetIdHasBeenSet; }
61 inline void SetByteMatchSetId(const Aws::String& value) { m_byteMatchSetIdHasBeenSet = true; m_byteMatchSetId = value; }
62 inline void SetByteMatchSetId(Aws::String&& value) { m_byteMatchSetIdHasBeenSet = true; m_byteMatchSetId = std::move(value); }
63 inline void SetByteMatchSetId(const char* value) { m_byteMatchSetIdHasBeenSet = true; m_byteMatchSetId.assign(value); }
64 inline ByteMatchSetSummary& WithByteMatchSetId(const Aws::String& value) { SetByteMatchSetId(value); return *this;}
65 inline ByteMatchSetSummary& WithByteMatchSetId(Aws::String&& value) { SetByteMatchSetId(std::move(value)); return *this;}
66 inline ByteMatchSetSummary& WithByteMatchSetId(const char* value) { SetByteMatchSetId(value); return *this;}
68
70
74 inline const Aws::String& GetName() const{ return m_name; }
75 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
76 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
77 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
78 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
79 inline ByteMatchSetSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
80 inline ByteMatchSetSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
81 inline ByteMatchSetSummary& WithName(const char* value) { SetName(value); return *this;}
83 private:
84
85 Aws::String m_byteMatchSetId;
86 bool m_byteMatchSetIdHasBeenSet = false;
87
88 Aws::String m_name;
89 bool m_nameHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace WAF
94} // namespace Aws
ByteMatchSetSummary & WithName(Aws::String &&value)
ByteMatchSetSummary & WithByteMatchSetId(Aws::String &&value)
ByteMatchSetSummary & WithName(const char *value)
AWS_WAF_API ByteMatchSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ByteMatchSetSummary & WithByteMatchSetId(const Aws::String &value)
const Aws::String & GetByteMatchSetId() const
AWS_WAF_API ByteMatchSetSummary(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
ByteMatchSetSummary & WithByteMatchSetId(const char *value)
void SetByteMatchSetId(const Aws::String &value)
const Aws::String & GetName() const
void SetByteMatchSetId(Aws::String &&value)
ByteMatchSetSummary & WithName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue