7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/model/QuerySpatialCoverageMax.h>
21namespace TimestreamQuery
61 template<
typename MaxT = QuerySpatialCoverageMax>
62 void SetMax(
MaxT&& value) { m_maxHasBeenSet =
true; m_max = std::forward<MaxT>(value); }
63 template<
typename MaxT = QuerySpatialCoverageMax>
69 bool m_maxHasBeenSet =
false;
AWS_TIMESTREAMQUERY_API QuerySpatialCoverage(Aws::Utils::Json::JsonView jsonValue)
void SetMax(MaxT &&value)
bool MaxHasBeenSet() const
AWS_TIMESTREAMQUERY_API QuerySpatialCoverage & operator=(Aws::Utils::Json::JsonView jsonValue)
QuerySpatialCoverage & WithMax(MaxT &&value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TIMESTREAMQUERY_API QuerySpatialCoverage()=default
const QuerySpatialCoverageMax & GetMax() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue