7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
71 template<
typename StringValueT = Aws::String>
72 void SetStringValue(StringValueT&& value) { m_stringValueHasBeenSet =
true; m_stringValue = std::forward<StringValueT>(value); }
73 template<
typename StringValueT = Aws::String>
84 template<
typename IntegerValueT = Aws::String>
85 void SetIntegerValue(IntegerValueT&& value) { m_integerValueHasBeenSet =
true; m_integerValue = std::forward<IntegerValueT>(value); }
86 template<
typename IntegerValueT = Aws::String>
97 template<
typename DoubleValueT = Aws::String>
98 void SetDoubleValue(DoubleValueT&& value) { m_doubleValueHasBeenSet =
true; m_doubleValue = std::forward<DoubleValueT>(value); }
99 template<
typename DoubleValueT = Aws::String>
111 template<
typename BooleanValueT = Aws::String>
112 void SetBooleanValue(BooleanValueT&& value) { m_booleanValueHasBeenSet =
true; m_booleanValue = std::forward<BooleanValueT>(value); }
113 template<
typename BooleanValueT = Aws::String>
119 bool m_stringValueHasBeenSet =
false;
122 bool m_integerValueHasBeenSet =
false;
125 bool m_doubleValueHasBeenSet =
false;
128 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