7#include <aws/internetmonitor/InternetMonitor_EXPORTS.h>
8#include <aws/internetmonitor/InternetMonitorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace InternetMonitor
47 template<
typename MonitorNameT = Aws::String>
48 void SetMonitorName(MonitorNameT&& value) { m_monitorNameHasBeenSet =
true; m_monitorName = std::forward<MonitorNameT>(value); }
49 template<
typename MonitorNameT = Aws::String>
61 template<
typename QueryIdT = Aws::String>
62 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet =
true; m_queryId = std::forward<QueryIdT>(value); }
63 template<
typename QueryIdT = Aws::String>
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
86 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
92 bool m_monitorNameHasBeenSet =
false;
95 bool m_queryIdHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
GetQueryResultsRequest & WithMonitorName(MonitorNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_INTERNETMONITOR_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
AWS_INTERNETMONITOR_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
GetQueryResultsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
AWS_INTERNETMONITOR_API GetQueryResultsRequest()=default
GetQueryResultsRequest & WithQueryId(QueryIdT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetQueryId() const
void SetMaxResults(int value)
void SetQueryId(QueryIdT &&value)
GetQueryResultsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
bool QueryIdHasBeenSet() const
bool MonitorNameHasBeenSet() const
const Aws::String & GetMonitorName() const
void SetMonitorName(MonitorNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String