7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/model/QueryCompileErrorLocation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CloudWatchLogs
61 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
69 bool m_locationHasBeenSet =
false;
72 bool m_messageHasBeenSet =
false;
AWS_CLOUDWATCHLOGS_API QueryCompileError(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
QueryCompileError & WithLocation(const QueryCompileErrorLocation &value)
AWS_CLOUDWATCHLOGS_API QueryCompileError()
bool MessageHasBeenSet() const
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
const Aws::String & GetMessage() const
void SetLocation(QueryCompileErrorLocation &&value)
QueryCompileError & WithMessage(const Aws::String &value)
AWS_CLOUDWATCHLOGS_API QueryCompileError & operator=(Aws::Utils::Json::JsonView jsonValue)
QueryCompileError & WithMessage(const char *value)
bool LocationHasBeenSet() const
QueryCompileError & WithLocation(QueryCompileErrorLocation &&value)
void SetLocation(const QueryCompileErrorLocation &value)
void SetMessage(const Aws::String &value)
const QueryCompileErrorLocation & GetLocation() const
QueryCompileError & WithMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue