7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotevents/IoTEvents_EXPORTS.h>
65 template <
typename StringValueT = Aws::String>
67 m_stringValueHasBeenSet =
true;
68 m_stringValue = std::forward<StringValueT>(value);
70 template <
typename StringValueT = Aws::String>
84 template <
typename IntegerValueT = Aws::String>
86 m_integerValueHasBeenSet =
true;
87 m_integerValue = std::forward<IntegerValueT>(value);
89 template <
typename IntegerValueT = Aws::String>
103 template <
typename DoubleValueT = Aws::String>
105 m_doubleValueHasBeenSet =
true;
106 m_doubleValue = std::forward<DoubleValueT>(value);
108 template <
typename DoubleValueT = Aws::String>
123 template <
typename BooleanValueT = Aws::String>
125 m_booleanValueHasBeenSet =
true;
126 m_booleanValue = std::forward<BooleanValueT>(value);
128 template <
typename BooleanValueT = Aws::String>
142 bool m_stringValueHasBeenSet =
false;
143 bool m_integerValueHasBeenSet =
false;
144 bool m_doubleValueHasBeenSet =
false;
145 bool m_booleanValueHasBeenSet =
false;
const Aws::String & GetStringValue() const
AWS_IOTEVENTS_API AssetPropertyVariant & operator=(Aws::Utils::Json::JsonView jsonValue)
AssetPropertyVariant & WithIntegerValue(IntegerValueT &&value)
bool DoubleValueHasBeenSet() const
bool IntegerValueHasBeenSet() const
bool BooleanValueHasBeenSet() const
void SetIntegerValue(IntegerValueT &&value)
AssetPropertyVariant & WithStringValue(StringValueT &&value)
AWS_IOTEVENTS_API AssetPropertyVariant(Aws::Utils::Json::JsonView jsonValue)
void SetDoubleValue(DoubleValueT &&value)
AssetPropertyVariant & WithBooleanValue(BooleanValueT &&value)
const Aws::String & GetIntegerValue() const
void SetStringValue(StringValueT &&value)
const Aws::String & GetBooleanValue() const
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDoubleValue() const
AWS_IOTEVENTS_API AssetPropertyVariant()=default
bool StringValueHasBeenSet() const
void SetBooleanValue(BooleanValueT &&value)
AssetPropertyVariant & WithDoubleValue(DoubleValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue