7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/model/PropertyDefinitionRequest.h>
9#include <aws/iottwinmaker/model/DataValue.h>
10#include <aws/iottwinmaker/model/PropertyUpdateType.h>
49 template<
typename DefinitionT = PropertyDefinitionRequest>
50 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
51 template<
typename DefinitionT = PropertyDefinitionRequest>
61 template<
typename ValueT = DataValue>
62 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
63 template<
typename ValueT = DataValue>
79 bool m_definitionHasBeenSet =
false;
82 bool m_valueHasBeenSet =
false;
85 bool m_updateTypeHasBeenSet =
false;
bool UpdateTypeHasBeenSet() const
void SetUpdateType(PropertyUpdateType value)
const DataValue & GetValue() const
const PropertyDefinitionRequest & GetDefinition() const
PropertyRequest & WithDefinition(DefinitionT &&value)
AWS_IOTTWINMAKER_API PropertyRequest()=default
PropertyUpdateType GetUpdateType() const
PropertyRequest & WithValue(ValueT &&value)
void SetDefinition(DefinitionT &&value)
AWS_IOTTWINMAKER_API PropertyRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
PropertyRequest & WithUpdateType(PropertyUpdateType value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
bool DefinitionHasBeenSet() const
void SetValue(ValueT &&value)
AWS_IOTTWINMAKER_API PropertyRequest(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue