7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/model/LastUpdateStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace TimestreamQuery
50 inline void SetTargetQueryTCU(
int value) { m_targetQueryTCUHasBeenSet =
true; m_targetQueryTCU = value; }
72 template<
typename StatusMessageT = Aws::String>
74 template<
typename StatusMessageT = Aws::String>
79 int m_targetQueryTCU{0};
80 bool m_targetQueryTCUHasBeenSet =
false;
83 bool m_statusHasBeenSet =
false;
86 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