7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/VariableValue.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename ValueT = VariableValue>
60 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
61 template<
typename ValueT = VariableValue>
67 bool m_nameHasBeenSet =
false;
70 bool m_valueHasBeenSet =
false;
void SetValue(ValueT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
AWS_IOTSITEWISE_API ExpressionVariable & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const VariableValue & GetValue() const
const Aws::String & GetName() const
bool ValueHasBeenSet() const
ExpressionVariable & WithName(NameT &&value)
AWS_IOTSITEWISE_API ExpressionVariable(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API ExpressionVariable()=default
ExpressionVariable & WithValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue