7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
19namespace TimestreamQuery {
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
56 template <
typename ScheduledQueryArnT = Aws::String>
58 m_scheduledQueryArnHasBeenSet =
true;
59 m_scheduledQueryArn = std::forward<ScheduledQueryArnT>(value);
61 template <
typename ScheduledQueryArnT = Aws::String>
71 bool m_messageHasBeenSet =
false;
72 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