7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
20namespace TimestreamQuery {
40 inline double 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>
80 template <
typename PartitionKeyT = Aws::Vector<Aws::String>>
82 m_partitionKeyHasBeenSet =
true;
83 m_partitionKey = std::forward<PartitionKeyT>(value);
85 template <
typename PartitionKeyT = Aws::Vector<Aws::String>>
90 template <
typename PartitionKeyT = Aws::String>
92 m_partitionKeyHasBeenSet =
true;
93 m_partitionKey.emplace_back(std::forward<PartitionKeyT>(value));
103 bool m_valueHasBeenSet =
false;
104 bool m_tableArnHasBeenSet =
false;
105 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