7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/model/PropertyDefinitionResponse.h>
9#include <aws/iottwinmaker/model/DataValue.h>
61 inline void SetValue(
DataValue&& value) { m_valueHasBeenSet =
true; m_value = std::move(value); }
80 bool m_definitionHasBeenSet =
false;
83 bool m_valueHasBeenSet =
false;
85 bool m_areAllPropertyValuesReturned;
86 bool m_areAllPropertyValuesReturnedHasBeenSet =
false;
bool AreAllPropertyValuesReturnedHasBeenSet() const
PropertyResponse & WithAreAllPropertyValuesReturned(bool value)
void SetValue(const DataValue &value)
PropertyResponse & WithValue(DataValue &&value)
AWS_IOTTWINMAKER_API PropertyResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTTWINMAKER_API PropertyResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
PropertyResponse & WithValue(const DataValue &value)
bool ValueHasBeenSet() const
PropertyResponse & WithDefinition(const PropertyDefinitionResponse &value)
const DataValue & GetValue() const
void SetAreAllPropertyValuesReturned(bool value)
bool DefinitionHasBeenSet() const
PropertyResponse & WithDefinition(PropertyDefinitionResponse &&value)
void SetValue(DataValue &&value)
void SetDefinition(PropertyDefinitionResponse &&value)
bool GetAreAllPropertyValuesReturned() const
const PropertyDefinitionResponse & GetDefinition() const
void SetDefinition(const PropertyDefinitionResponse &value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTTWINMAKER_API PropertyResponse()
Aws::Utils::Json::JsonValue JsonValue