7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/logs/model/QueryLanguage.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CloudWatchLogs
58 template<
typename QueryDefinitionNamePrefixT = Aws::String>
59 void SetQueryDefinitionNamePrefix(QueryDefinitionNamePrefixT&& value) { m_queryDefinitionNamePrefixHasBeenSet =
true; m_queryDefinitionNamePrefix = std::forward<QueryDefinitionNamePrefixT>(value); }
60 template<
typename QueryDefinitionNamePrefixT = Aws::String>
70 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 template<
typename NextTokenT = Aws::String>
79 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
80 template<
typename NextTokenT = Aws::String>
86 bool m_queryLanguageHasBeenSet =
false;
89 bool m_queryDefinitionNamePrefixHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
void SetQueryDefinitionNamePrefix(QueryDefinitionNamePrefixT &&value)
DescribeQueryDefinitionsRequest & WithQueryDefinitionNamePrefix(QueryDefinitionNamePrefixT &&value)
bool QueryDefinitionNamePrefixHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
DescribeQueryDefinitionsRequest & WithMaxResults(int value)
int GetMaxResults() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeQueryDefinitionsRequest & WithNextToken(NextTokenT &&value)
AWS_CLOUDWATCHLOGS_API DescribeQueryDefinitionsRequest()=default
bool QueryLanguageHasBeenSet() const
const Aws::String & GetQueryDefinitionNamePrefix() const
QueryLanguage GetQueryLanguage() const
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
DescribeQueryDefinitionsRequest & WithQueryLanguage(QueryLanguage value)
void SetQueryLanguage(QueryLanguage value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String