7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/iotsitewise/model/Quality.h>
10#include <aws/iotsitewise/model/Aggregates.h>
61 inline void SetQuality(
const Quality& value) { m_qualityHasBeenSet =
true; m_quality = value; }
62 inline void SetQuality(
Quality&& value) { m_qualityHasBeenSet =
true; m_quality = std::move(value); }
74 inline void SetValue(
Aggregates&& value) { m_valueHasBeenSet =
true; m_value = std::move(value); }
81 bool m_timestampHasBeenSet =
false;
84 bool m_qualityHasBeenSet =
false;
87 bool m_valueHasBeenSet =
false;
void SetTimestamp(Aws::Utils::DateTime &&value)
void SetValue(Aggregates &&value)
const Aggregates & GetValue() const
bool QualityHasBeenSet() const
void SetTimestamp(const Aws::Utils::DateTime &value)
bool ValueHasBeenSet() const
AggregatedValue & WithQuality(const Quality &value)
AggregatedValue & WithValue(Aggregates &&value)
void SetValue(const Aggregates &value)
AggregatedValue & WithTimestamp(Aws::Utils::DateTime &&value)
bool TimestampHasBeenSet() const
AWS_IOTSITEWISE_API AggregatedValue(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API AggregatedValue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetQuality(Quality &&value)
AggregatedValue & WithTimestamp(const Aws::Utils::DateTime &value)
AggregatedValue & WithValue(const Aggregates &value)
AWS_IOTSITEWISE_API AggregatedValue()
void SetQuality(const Quality &value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetTimestamp() const
const Quality & GetQuality() const
AggregatedValue & WithQuality(Quality &&value)
Aws::Utils::Json::JsonValue JsonValue