7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
42 template <
typename StringValueT = Aws::String>
44 m_stringValueHasBeenSet =
true;
45 m_stringValue = std::forward<StringValueT>(value);
47 template <
typename StringValueT = Aws::String>
61 template <
typename IntegerValueT = Aws::String>
63 m_integerValueHasBeenSet =
true;
64 m_integerValue = std::forward<IntegerValueT>(value);
66 template <
typename IntegerValueT = Aws::String>
80 template <
typename DoubleValueT = Aws::String>
82 m_doubleValueHasBeenSet =
true;
83 m_doubleValue = std::forward<DoubleValueT>(value);
85 template <
typename DoubleValueT = Aws::String>
99 template <
typename BooleanValueT = Aws::String>
101 m_booleanValueHasBeenSet =
true;
102 m_booleanValue = std::forward<BooleanValueT>(value);
104 template <
typename BooleanValueT = Aws::String>
118 bool m_stringValueHasBeenSet =
false;
119 bool m_integerValueHasBeenSet =
false;
120 bool m_doubleValueHasBeenSet =
false;
121 bool m_booleanValueHasBeenSet =
false;
bool IntegerValueHasBeenSet() const
AWS_IOT_API AssetPropertyVariant(Aws::Utils::Json::JsonView jsonValue)
AssetPropertyVariant & WithBooleanValue(BooleanValueT &&value)
const Aws::String & GetStringValue() const
AssetPropertyVariant & WithIntegerValue(IntegerValueT &&value)
bool BooleanValueHasBeenSet() const
void SetIntegerValue(IntegerValueT &&value)
bool DoubleValueHasBeenSet() const
AssetPropertyVariant & WithStringValue(StringValueT &&value)
const Aws::String & GetIntegerValue() const
bool StringValueHasBeenSet() const
const Aws::String & GetBooleanValue() const
void SetBooleanValue(BooleanValueT &&value)
AWS_IOT_API AssetPropertyVariant & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDoubleValue() const
void SetStringValue(StringValueT &&value)
void SetDoubleValue(DoubleValueT &&value)
AWS_IOT_API AssetPropertyVariant()=default
AssetPropertyVariant & WithDoubleValue(DoubleValueT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue