7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
19namespace TimestreamQuery {
40 inline long long GetValue()
const {
return m_value; }
43 m_valueHasBeenSet =
true;
59 template <
typename TableArnT = Aws::String>
61 m_tableArnHasBeenSet =
true;
62 m_tableArn = std::forward<TableArnT>(value);
64 template <
typename TableArnT = Aws::String>
74 bool m_valueHasBeenSet =
false;
75 bool m_tableArnHasBeenSet =
false;
AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TableArnHasBeenSet() const
void SetTableArn(TableArnT &&value)
AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax()=default
QueryTemporalRangeMax & WithTableArn(TableArnT &&value)
void SetValue(long long value)
const Aws::String & GetTableArn() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
QueryTemporalRangeMax & WithValue(long long value)
long long GetValue() 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