7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/model/EntityPropertyReference.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iottwinmaker/model/PropertyValue.h>
49 template<
typename EntityPropertyReferenceT = EntityPropertyReference>
50 void SetEntityPropertyReference(EntityPropertyReferenceT&& value) { m_entityPropertyReferenceHasBeenSet =
true; m_entityPropertyReference = std::forward<EntityPropertyReferenceT>(value); }
51 template<
typename EntityPropertyReferenceT = EntityPropertyReference>
62 template<
typename ValuesT = Aws::Vector<PropertyValue>>
63 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
64 template<
typename ValuesT = Aws::Vector<PropertyValue>>
66 template<
typename ValuesT = PropertyValue>
72 bool m_entityPropertyReferenceHasBeenSet =
false;
75 bool m_valuesHasBeenSet =
false;
PropertyValueHistory & WithValues(ValuesT &&value)
void SetEntityPropertyReference(EntityPropertyReferenceT &&value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
PropertyValueHistory & AddValues(ValuesT &&value)
void SetValues(ValuesT &&value)
PropertyValueHistory & WithEntityPropertyReference(EntityPropertyReferenceT &&value)
AWS_IOTTWINMAKER_API PropertyValueHistory()=default
bool ValuesHasBeenSet() const
AWS_IOTTWINMAKER_API PropertyValueHistory(Aws::Utils::Json::JsonView jsonValue)
bool EntityPropertyReferenceHasBeenSet() const
const Aws::Vector< PropertyValue > & GetValues() const
AWS_IOTTWINMAKER_API PropertyValueHistory & operator=(Aws::Utils::Json::JsonView jsonValue)
const EntityPropertyReference & GetEntityPropertyReference() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue