7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/model/QueryLanguage.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/logs/model/QueryStatus.h>
23namespace CloudWatchLogs
62 template<
typename QueryIdT = Aws::String>
63 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet =
true; m_queryId = std::forward<QueryIdT>(value); }
64 template<
typename QueryIdT = Aws::String>
74 template<
typename QueryStringT = Aws::String>
75 void SetQueryString(QueryStringT&& value) { m_queryStringHasBeenSet =
true; m_queryString = std::forward<QueryStringT>(value); }
76 template<
typename QueryStringT = Aws::String>
98 inline void SetCreateTime(
long long value) { m_createTimeHasBeenSet =
true; m_createTime = value; }
108 template<
typename LogGroupNameT = Aws::String>
109 void SetLogGroupName(LogGroupNameT&& value) { m_logGroupNameHasBeenSet =
true; m_logGroupName = std::forward<LogGroupNameT>(value); }
110 template<
typename LogGroupNameT = Aws::String>
116 bool m_queryLanguageHasBeenSet =
false;
119 bool m_queryIdHasBeenSet =
false;
122 bool m_queryStringHasBeenSet =
false;
125 bool m_statusHasBeenSet =
false;
127 long long m_createTime{0};
128 bool m_createTimeHasBeenSet =
false;
131 bool m_logGroupNameHasBeenSet =
false;
void SetLogGroupName(LogGroupNameT &&value)
AWS_CLOUDWATCHLOGS_API QueryInfo(Aws::Utils::Json::JsonView jsonValue)
QueryInfo & WithStatus(QueryStatus value)
bool LogGroupNameHasBeenSet() const
AWS_CLOUDWATCHLOGS_API QueryInfo()=default
QueryLanguage GetQueryLanguage() const
QueryInfo & WithLogGroupName(LogGroupNameT &&value)
void SetQueryString(QueryStringT &&value)
QueryInfo & WithQueryString(QueryStringT &&value)
const Aws::String & GetQueryString() const
bool StatusHasBeenSet() const
bool QueryStringHasBeenSet() const
QueryInfo & WithQueryLanguage(QueryLanguage value)
QueryInfo & WithQueryId(QueryIdT &&value)
QueryStatus GetStatus() const
bool QueryLanguageHasBeenSet() const
QueryInfo & WithCreateTime(long long value)
bool CreateTimeHasBeenSet() const
const Aws::String & GetQueryId() const
AWS_CLOUDWATCHLOGS_API QueryInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetQueryLanguage(QueryLanguage value)
void SetQueryId(QueryIdT &&value)
void SetCreateTime(long long value)
const Aws::String & GetLogGroupName() const
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
bool QueryIdHasBeenSet() const
void SetStatus(QueryStatus value)
long long GetCreateTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue