7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
10#include <aws/logs/model/QueryLanguage.h>
15namespace CloudWatchLogs {
44 m_queryLanguageHasBeenSet =
true;
45 m_queryLanguage = value;
60 template <
typename QueryDefinitionNamePrefixT = Aws::String>
62 m_queryDefinitionNamePrefixHasBeenSet =
true;
63 m_queryDefinitionNamePrefix = std::forward<QueryDefinitionNamePrefixT>(value);
65 template <
typename QueryDefinitionNamePrefixT = Aws::String>
79 m_maxResultsHasBeenSet =
true;
92 template <
typename NextTokenT = Aws::String>
94 m_nextTokenHasBeenSet =
true;
95 m_nextToken = std::forward<NextTokenT>(value);
97 template <
typename NextTokenT = Aws::String>
111 bool m_queryLanguageHasBeenSet =
false;
112 bool m_queryDefinitionNamePrefixHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
114 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