7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
9#include <aws/iot/model/AssetPropertyTimestamp.h>
10#include <aws/iot/model/AssetPropertyVariant.h>
43 template <
typename ValueT = AssetPropertyVariant>
45 m_valueHasBeenSet =
true;
46 m_value = std::forward<ValueT>(value);
48 template <
typename ValueT = AssetPropertyVariant>
50 SetValue(std::forward<ValueT>(value));
61 template <
typename TimestampT = AssetPropertyTimestamp>
63 m_timestampHasBeenSet =
true;
64 m_timestamp = std::forward<TimestampT>(value);
66 template <
typename TimestampT = AssetPropertyTimestamp>
81 template <
typename QualityT = Aws::String>
83 m_qualityHasBeenSet =
true;
84 m_quality = std::forward<QualityT>(value);
86 template <
typename QualityT = Aws::String>
98 bool m_valueHasBeenSet =
false;
99 bool m_timestampHasBeenSet =
false;
100 bool m_qualityHasBeenSet =
false;
AssetPropertyValue & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
const AssetPropertyTimestamp & GetTimestamp() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTimestamp(TimestampT &&value)
const AssetPropertyVariant & GetValue() const
bool TimestampHasBeenSet() const
bool QualityHasBeenSet() const
const Aws::String & GetQuality() const
AWS_IOT_API AssetPropertyValue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetQuality(QualityT &&value)
AWS_IOT_API AssetPropertyValue()=default
AWS_IOT_API AssetPropertyValue(Aws::Utils::Json::JsonView jsonValue)
AssetPropertyValue & WithQuality(QualityT &&value)
void SetValue(ValueT &&value)
AssetPropertyValue & WithTimestamp(TimestampT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue