AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetSqlInjectionMatchSetResult.h
1
6#pragma once
7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/SqlInjectionMatchSet.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 WAF
25{
26namespace Model
27{
35 {
36 public:
40
41
43
54 inline const SqlInjectionMatchSet& GetSqlInjectionMatchSet() const{ return m_sqlInjectionMatchSet; }
55 inline void SetSqlInjectionMatchSet(const SqlInjectionMatchSet& value) { m_sqlInjectionMatchSet = value; }
56 inline void SetSqlInjectionMatchSet(SqlInjectionMatchSet&& value) { m_sqlInjectionMatchSet = std::move(value); }
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline GetSqlInjectionMatchSetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline GetSqlInjectionMatchSetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline GetSqlInjectionMatchSetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 SqlInjectionMatchSet m_sqlInjectionMatchSet;
74
75 Aws::String m_requestId;
76 };
77
78} // namespace Model
79} // namespace WAF
80} // namespace Aws
GetSqlInjectionMatchSetResult & WithRequestId(const char *value)
AWS_WAF_API GetSqlInjectionMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSqlInjectionMatchSetResult & WithRequestId(const Aws::String &value)
GetSqlInjectionMatchSetResult & WithSqlInjectionMatchSet(SqlInjectionMatchSet &&value)
GetSqlInjectionMatchSetResult & WithRequestId(Aws::String &&value)
AWS_WAF_API GetSqlInjectionMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const SqlInjectionMatchSet & GetSqlInjectionMatchSet() const
GetSqlInjectionMatchSetResult & WithSqlInjectionMatchSet(const SqlInjectionMatchSet &value)
void SetSqlInjectionMatchSet(const SqlInjectionMatchSet &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue