7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/iotevents/model/AssetPropertyVariant.h>
9#include <aws/iotevents/model/AssetPropertyTimestamp.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename ValueT = AssetPropertyVariant>
62 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
63 template<
typename ValueT = AssetPropertyVariant>
74 template<
typename TimestampT = AssetPropertyTimestamp>
75 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
76 template<
typename TimestampT = AssetPropertyTimestamp>
87 template<
typename QualityT = Aws::String>
88 void SetQuality(QualityT&& value) { m_qualityHasBeenSet =
true; m_quality = std::forward<QualityT>(value); }
89 template<
typename QualityT = Aws::String>
95 bool m_valueHasBeenSet =
false;
98 bool m_timestampHasBeenSet =
false;
101 bool m_qualityHasBeenSet =
false;
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(ValueT &&value)
const AssetPropertyVariant & GetValue() const
AWS_IOTEVENTS_API AssetPropertyValue(Aws::Utils::Json::JsonView jsonValue)
AssetPropertyValue & WithQuality(QualityT &&value)
bool TimestampHasBeenSet() const
const AssetPropertyTimestamp & GetTimestamp() const
bool QualityHasBeenSet() const
AWS_IOTEVENTS_API AssetPropertyValue & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API AssetPropertyValue()=default
AssetPropertyValue & WithValue(ValueT &&value)
const Aws::String & GetQuality() const
void SetQuality(QualityT &&value)
AssetPropertyValue & WithTimestamp(TimestampT &&value)
void SetTimestamp(TimestampT &&value)
bool ValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue