7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
9#include <aws/logs/model/QueryLanguage.h>
10#include <aws/logs/model/QueryStatus.h>
21namespace CloudWatchLogs {
47 m_queryLanguageHasBeenSet =
true;
48 m_queryLanguage = value;
62 template <
typename QueryIdT = Aws::String>
64 m_queryIdHasBeenSet =
true;
65 m_queryId = std::forward<QueryIdT>(value);
67 template <
typename QueryIdT = Aws::String>
80 template <
typename QueryStringT = Aws::String>
82 m_queryStringHasBeenSet =
true;
83 m_queryString = std::forward<QueryStringT>(value);
85 template <
typename QueryStringT = Aws::String>
101 m_statusHasBeenSet =
true;
117 m_createTimeHasBeenSet =
true;
118 m_createTime = value;
132 template <
typename LogGroupNameT = Aws::String>
134 m_logGroupNameHasBeenSet =
true;
135 m_logGroupName = std::forward<LogGroupNameT>(value);
137 template <
typename LogGroupNameT = Aws::String>
152 long long m_createTime{0};
155 bool m_queryLanguageHasBeenSet =
false;
156 bool m_queryIdHasBeenSet =
false;
157 bool m_queryStringHasBeenSet =
false;
158 bool m_statusHasBeenSet =
false;
159 bool m_createTimeHasBeenSet =
false;
160 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