7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace TimestreamQuery
46 inline double GetValue()
const {
return m_value; }
48 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
59 template<
typename TableArnT = Aws::String>
60 void SetTableArn(
TableArnT&& value) { m_tableArnHasBeenSet =
true; m_tableArn = std::forward<TableArnT>(value); }
61 template<
typename TableArnT = Aws::String>
74 template<
typename PartitionKeyT = Aws::Vector<Aws::String>>
76 template<
typename PartitionKeyT = Aws::Vector<Aws::String>>
78 template<
typename PartitionKeyT = Aws::String>
84 bool m_valueHasBeenSet =
false;
87 bool m_tableArnHasBeenSet =
false;
90 bool m_partitionKeyHasBeenSet =
false;
const Aws::String & GetTableArn() const
QuerySpatialCoverageMax & WithValue(double value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
bool PartitionKeyHasBeenSet() const
const Aws::Vector< Aws::String > & GetPartitionKey() const
AWS_TIMESTREAMQUERY_API QuerySpatialCoverageMax & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(double value)
QuerySpatialCoverageMax & WithTableArn(TableArnT &&value)
AWS_TIMESTREAMQUERY_API QuerySpatialCoverageMax()=default
QuerySpatialCoverageMax & WithPartitionKey(PartitionKeyT &&value)
bool TableArnHasBeenSet() const
QuerySpatialCoverageMax & AddPartitionKey(PartitionKeyT &&value)
AWS_TIMESTREAMQUERY_API QuerySpatialCoverageMax(Aws::Utils::Json::JsonView jsonValue)
void SetPartitionKey(PartitionKeyT &&value)
void SetTableArn(TableArnT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue