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; }
61 inline void SetTableArn(
const char* value) { m_tableArnHasBeenSet =
true; m_tableArn.assign(value); }
87 bool m_valueHasBeenSet =
false;
90 bool m_tableArnHasBeenSet =
false;
93 bool m_partitionKeyHasBeenSet =
false;
QuerySpatialCoverageMax & AddPartitionKey(const char *value)
AWS_TIMESTREAMQUERY_API QuerySpatialCoverageMax()
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
QuerySpatialCoverageMax & WithPartitionKey(const Aws::Vector< Aws::String > &value)
QuerySpatialCoverageMax & WithTableArn(Aws::String &&value)
QuerySpatialCoverageMax & WithTableArn(const char *value)
void SetPartitionKey(const Aws::Vector< Aws::String > &value)
QuerySpatialCoverageMax & AddPartitionKey(Aws::String &&value)
void SetTableArn(Aws::String &&value)
AWS_TIMESTREAMQUERY_API QuerySpatialCoverageMax & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(double value)
void SetTableArn(const char *value)
void SetPartitionKey(Aws::Vector< Aws::String > &&value)
QuerySpatialCoverageMax & WithTableArn(const Aws::String &value)
QuerySpatialCoverageMax & WithPartitionKey(Aws::Vector< Aws::String > &&value)
bool TableArnHasBeenSet() const
AWS_TIMESTREAMQUERY_API QuerySpatialCoverageMax(Aws::Utils::Json::JsonView jsonValue)
QuerySpatialCoverageMax & AddPartitionKey(const Aws::String &value)
void SetTableArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue