AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetQueryResultsResult.h
1
6#pragma once
7#include <aws/internetmonitor/InternetMonitor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/internetmonitor/model/QueryField.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace InternetMonitor
26{
27namespace Model
28{
30 {
31 public:
32 AWS_INTERNETMONITOR_API GetQueryResultsResult();
35
36
38
42 inline const Aws::Vector<QueryField>& GetFields() const{ return m_fields; }
43 inline void SetFields(const Aws::Vector<QueryField>& value) { m_fields = value; }
44 inline void SetFields(Aws::Vector<QueryField>&& value) { m_fields = std::move(value); }
45 inline GetQueryResultsResult& WithFields(const Aws::Vector<QueryField>& value) { SetFields(value); return *this;}
46 inline GetQueryResultsResult& WithFields(Aws::Vector<QueryField>&& value) { SetFields(std::move(value)); return *this;}
47 inline GetQueryResultsResult& AddFields(const QueryField& value) { m_fields.push_back(value); return *this; }
48 inline GetQueryResultsResult& AddFields(QueryField&& value) { m_fields.push_back(std::move(value)); return *this; }
50
52
59 inline const Aws::Vector<Aws::Vector<Aws::String>>& GetData() const{ return m_data; }
60 inline void SetData(const Aws::Vector<Aws::Vector<Aws::String>>& value) { m_data = value; }
61 inline void SetData(Aws::Vector<Aws::Vector<Aws::String>>&& value) { m_data = std::move(value); }
62 inline GetQueryResultsResult& WithData(const Aws::Vector<Aws::Vector<Aws::String>>& value) { SetData(value); return *this;}
63 inline GetQueryResultsResult& WithData(Aws::Vector<Aws::Vector<Aws::String>>&& value) { SetData(std::move(value)); return *this;}
64 inline GetQueryResultsResult& AddData(const Aws::Vector<Aws::String>& value) { m_data.push_back(value); return *this; }
65 inline GetQueryResultsResult& AddData(Aws::Vector<Aws::String>&& value) { m_data.push_back(std::move(value)); return *this; }
67
69
73 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
74 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
75 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
76 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
77 inline GetQueryResultsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
78 inline GetQueryResultsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
79 inline GetQueryResultsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
81
83
84 inline const Aws::String& GetRequestId() const{ return m_requestId; }
85 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
86 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
87 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
88 inline GetQueryResultsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
89 inline GetQueryResultsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
90 inline GetQueryResultsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
92 private:
93
95
97
98 Aws::String m_nextToken;
99
100 Aws::String m_requestId;
101 };
102
103} // namespace Model
104} // namespace InternetMonitor
105} // namespace Aws
void SetData(const Aws::Vector< Aws::Vector< Aws::String > > &value)
GetQueryResultsResult & AddData(Aws::Vector< Aws::String > &&value)
const Aws::Vector< QueryField > & GetFields() const
AWS_INTERNETMONITOR_API GetQueryResultsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetQueryResultsResult & AddData(const Aws::Vector< Aws::String > &value)
void SetFields(Aws::Vector< QueryField > &&value)
GetQueryResultsResult & WithRequestId(Aws::String &&value)
GetQueryResultsResult & WithRequestId(const Aws::String &value)
void SetData(Aws::Vector< Aws::Vector< Aws::String > > &&value)
GetQueryResultsResult & WithFields(const Aws::Vector< QueryField > &value)
GetQueryResultsResult & WithRequestId(const char *value)
GetQueryResultsResult & WithData(Aws::Vector< Aws::Vector< Aws::String > > &&value)
const Aws::Vector< Aws::Vector< Aws::String > > & GetData() const
AWS_INTERNETMONITOR_API GetQueryResultsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetQueryResultsResult & AddFields(QueryField &&value)
GetQueryResultsResult & WithNextToken(const Aws::String &value)
GetQueryResultsResult & WithNextToken(Aws::String &&value)
GetQueryResultsResult & WithData(const Aws::Vector< Aws::Vector< Aws::String > > &value)
void SetFields(const Aws::Vector< QueryField > &value)
GetQueryResultsResult & WithFields(Aws::Vector< QueryField > &&value)
GetQueryResultsResult & WithNextToken(const char *value)
GetQueryResultsResult & AddFields(const QueryField &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue