7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
9#include <aws/timestream-query/model/LastUpdateStatus.h>
20namespace TimestreamQuery {
45 m_targetQueryTCUHasBeenSet =
true;
46 m_targetQueryTCU = value;
62 m_statusHasBeenSet =
true;
78 template <
typename StatusMessageT = Aws::String>
80 m_statusMessageHasBeenSet =
true;
81 m_statusMessage = std::forward<StatusMessageT>(value);
83 template <
typename StatusMessageT = Aws::String>
90 int m_targetQueryTCU{0};
95 bool m_targetQueryTCUHasBeenSet =
false;
96 bool m_statusHasBeenSet =
false;
97 bool m_statusMessageHasBeenSet =
false;
void SetStatusMessage(StatusMessageT &&value)
AWS_TIMESTREAMQUERY_API LastUpdate()=default
bool StatusMessageHasBeenSet() const
AWS_TIMESTREAMQUERY_API LastUpdate(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatusMessage() const
LastUpdate & WithTargetQueryTCU(int value)
int GetTargetQueryTCU() const
LastUpdate & WithStatusMessage(StatusMessageT &&value)
bool TargetQueryTCUHasBeenSet() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
LastUpdate & WithStatus(LastUpdateStatus value)
void SetStatus(LastUpdateStatus value)
AWS_TIMESTREAMQUERY_API LastUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTargetQueryTCU(int value)
bool StatusHasBeenSet() const
LastUpdateStatus GetStatus() const
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