7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamQuery
46 inline long long GetValue()
const{
return m_value; }
48 inline void SetValue(
long long value) { m_valueHasBeenSet =
true; m_value = value; }
61 inline void SetTableArn(
const char* value) { m_tableArnHasBeenSet =
true; m_tableArn.assign(value); }
69 bool m_valueHasBeenSet =
false;
72 bool m_tableArnHasBeenSet =
false;
QueryTemporalRangeMax & WithTableArn(const char *value)
AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTableArn(Aws::String &&value)
AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax()
bool TableArnHasBeenSet() const
void SetTableArn(const Aws::String &value)
QueryTemporalRangeMax & WithTableArn(const Aws::String &value)
void SetValue(long long value)
const Aws::String & GetTableArn() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
QueryTemporalRangeMax & WithTableArn(Aws::String &&value)
bool ValueHasBeenSet() const
QueryTemporalRangeMax & WithValue(long long value)
void SetTableArn(const char *value)
long long GetValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue