7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamQuery
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
60 inline void SetScheduledQueryArn(
const char* value) { m_scheduledQueryArnHasBeenSet =
true; m_scheduledQueryArn.assign(value); }
68 bool m_messageHasBeenSet =
false;
71 bool m_scheduledQueryArnHasBeenSet =
false;
AWS_TIMESTREAMQUERY_API ResourceNotFoundException()
void SetMessage(Aws::String &&value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetScheduledQueryArn(const char *value)
ResourceNotFoundException & WithMessage(const char *value)
void SetMessage(const char *value)
AWS_TIMESTREAMQUERY_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithScheduledQueryArn(Aws::String &&value)
ResourceNotFoundException & WithScheduledQueryArn(const char *value)
void SetMessage(const Aws::String &value)
const Aws::String & GetScheduledQueryArn() const
void SetScheduledQueryArn(Aws::String &&value)
const Aws::String & GetMessage() const
ResourceNotFoundException & WithScheduledQueryArn(const Aws::String &value)
void SetScheduledQueryArn(const Aws::String &value)
bool ScheduledQueryArnHasBeenSet() const
bool MessageHasBeenSet() const
ResourceNotFoundException & WithMessage(const Aws::String &value)
AWS_TIMESTREAMQUERY_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue