7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamQuery
44 template<
typename MessageT = Aws::String>
45 void SetMessage(
MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
46 template<
typename MessageT = Aws::String>
56 template<
typename ScheduledQueryArnT = Aws::String>
58 template<
typename ScheduledQueryArnT = Aws::String>
64 bool m_messageHasBeenSet =
false;
67 bool m_scheduledQueryArnHasBeenSet =
false;
ResourceNotFoundException & WithMessage(MessageT &&value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TIMESTREAMQUERY_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API ResourceNotFoundException()=default
void SetScheduledQueryArn(ScheduledQueryArnT &&value)
const Aws::String & GetScheduledQueryArn() const
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
ResourceNotFoundException & WithScheduledQueryArn(ScheduledQueryArnT &&value)
bool ScheduledQueryArnHasBeenSet() const
bool MessageHasBeenSet() const
AWS_TIMESTREAMQUERY_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue