AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetByteMatchSetResult.h
1
6#pragma once
7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/model/ByteMatchSet.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace WAFRegional
25{
26namespace Model
27{
29 {
30 public:
31 AWS_WAFREGIONAL_API GetByteMatchSetResult();
34
35
37
49 inline const ByteMatchSet& GetByteMatchSet() const{ return m_byteMatchSet; }
50 inline void SetByteMatchSet(const ByteMatchSet& value) { m_byteMatchSet = value; }
51 inline void SetByteMatchSet(ByteMatchSet&& value) { m_byteMatchSet = std::move(value); }
52 inline GetByteMatchSetResult& WithByteMatchSet(const ByteMatchSet& value) { SetByteMatchSet(value); return *this;}
53 inline GetByteMatchSetResult& WithByteMatchSet(ByteMatchSet&& value) { SetByteMatchSet(std::move(value)); return *this;}
55
57
58 inline const Aws::String& GetRequestId() const{ return m_requestId; }
59 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
60 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
61 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
62 inline GetByteMatchSetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
63 inline GetByteMatchSetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
64 inline GetByteMatchSetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
66 private:
67
68 ByteMatchSet m_byteMatchSet;
69
70 Aws::String m_requestId;
71 };
72
73} // namespace Model
74} // namespace WAFRegional
75} // namespace Aws
AWS_WAFREGIONAL_API GetByteMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetByteMatchSetResult & WithRequestId(Aws::String &&value)
AWS_WAFREGIONAL_API GetByteMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetByteMatchSetResult & WithByteMatchSet(ByteMatchSet &&value)
GetByteMatchSetResult & WithRequestId(const char *value)
GetByteMatchSetResult & WithRequestId(const Aws::String &value)
GetByteMatchSetResult & WithByteMatchSet(const ByteMatchSet &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue