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>
62 inline void SetValue(
DataValue&& value) { m_valueHasBeenSet =
true; m_value = std::move(value); }
81 bool m_definitionHasBeenSet =
false;
84 bool m_valueHasBeenSet =
false;
87 bool m_updateTypeHasBeenSet =
false;
bool UpdateTypeHasBeenSet() const
PropertyRequest & WithDefinition(PropertyDefinitionRequest &&value)
const DataValue & GetValue() const
PropertyRequest & WithUpdateType(PropertyUpdateType &&value)
void SetValue(const DataValue &value)
PropertyRequest & WithDefinition(const PropertyDefinitionRequest &value)
void SetUpdateType(const PropertyUpdateType &value)
const PropertyDefinitionRequest & GetDefinition() const
PropertyRequest & WithValue(DataValue &&value)
AWS_IOTTWINMAKER_API PropertyRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
PropertyRequest & WithUpdateType(const PropertyUpdateType &value)
void SetDefinition(const PropertyDefinitionRequest &value)
bool ValueHasBeenSet() const
bool DefinitionHasBeenSet() const
void SetValue(DataValue &&value)
AWS_IOTTWINMAKER_API PropertyRequest()
void SetUpdateType(PropertyUpdateType &&value)
const PropertyUpdateType & GetUpdateType() const
PropertyRequest & WithValue(const DataValue &value)
void SetDefinition(PropertyDefinitionRequest &&value)
AWS_IOTTWINMAKER_API PropertyRequest(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue