7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iotsitewise/model/AssetModelPropertyPathSegment.h>
54 template<
typename PropertyIdT = Aws::String>
55 void SetPropertyId(PropertyIdT&& value) { m_propertyIdHasBeenSet =
true; m_propertyId = std::forward<PropertyIdT>(value); }
56 template<
typename PropertyIdT = Aws::String>
77 template<
typename HierarchyIdT = Aws::String>
78 void SetHierarchyId(HierarchyIdT&& value) { m_hierarchyIdHasBeenSet =
true; m_hierarchyId = std::forward<HierarchyIdT>(value); }
79 template<
typename HierarchyIdT = Aws::String>
89 template<
typename PropertyPathT = Aws::Vector<AssetModelPropertyPathSegment>>
90 void SetPropertyPath(PropertyPathT&& value) { m_propertyPathHasBeenSet =
true; m_propertyPath = std::forward<PropertyPathT>(value); }
91 template<
typename PropertyPathT = Aws::Vector<AssetModelPropertyPathSegment>>
93 template<
typename PropertyPathT = AssetModelPropertyPathSegment>
94 VariableValue&
AddPropertyPath(PropertyPathT&& value) { m_propertyPathHasBeenSet =
true; m_propertyPath.emplace_back(std::forward<PropertyPathT>(value));
return *
this; }
99 bool m_propertyIdHasBeenSet =
false;
102 bool m_hierarchyIdHasBeenSet =
false;
105 bool m_propertyPathHasBeenSet =
false;
VariableValue & WithHierarchyId(HierarchyIdT &&value)
AWS_IOTSITEWISE_API VariableValue()=default
bool HierarchyIdHasBeenSet() const
const Aws::String & GetHierarchyId() const
AWS_IOTSITEWISE_API VariableValue(Aws::Utils::Json::JsonView jsonValue)
void SetHierarchyId(HierarchyIdT &&value)
VariableValue & WithPropertyId(PropertyIdT &&value)
const Aws::String & GetPropertyId() const
bool PropertyPathHasBeenSet() const
void SetPropertyId(PropertyIdT &&value)
VariableValue & WithPropertyPath(PropertyPathT &&value)
bool PropertyIdHasBeenSet() const
const Aws::Vector< AssetModelPropertyPathSegment > & GetPropertyPath() const
VariableValue & AddPropertyPath(PropertyPathT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTSITEWISE_API VariableValue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyPath(PropertyPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue