7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/model/QueryTemporalRangeMax.h>
21namespace TimestreamQuery
52 template<
typename MaxT = QueryTemporalRangeMax>
53 void SetMax(
MaxT&& value) { m_maxHasBeenSet =
true; m_max = std::forward<MaxT>(value); }
54 template<
typename MaxT = QueryTemporalRangeMax>
60 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