7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/model/QueryTemporalRangeMax.h>
19namespace TimestreamQuery {
46 template <
typename MaxT = QueryTemporalRangeMax>
48 m_maxHasBeenSet =
true;
49 m_max = std::forward<MaxT>(value);
51 template <
typename MaxT = QueryTemporalRangeMax>
53 SetMax(std::forward<MaxT>(value));
59 bool m_maxHasBeenSet =
false;
bool MaxHasBeenSet() const
AWS_TIMESTREAMQUERY_API QueryTemporalRange(Aws::Utils::Json::JsonView jsonValue)
QueryTemporalRange & WithMax(MaxT &&value)
const QueryTemporalRangeMax & GetMax() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMax(MaxT &&value)
AWS_TIMESTREAMQUERY_API QueryTemporalRange & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API QueryTemporalRange()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue