7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/model/PropertyDefinitionResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iottwinmaker/model/DataValue.h>
63 inline void SetPropertyName(
const char* value) { m_propertyNameHasBeenSet =
true; m_propertyName.assign(value); }
76 inline void SetValue(
DataValue&& value) { m_valueHasBeenSet =
true; m_value = std::move(value); }
95 bool m_definitionHasBeenSet =
false;
98 bool m_propertyNameHasBeenSet =
false;
101 bool m_valueHasBeenSet =
false;
103 bool m_areAllPropertyValuesReturned;
104 bool m_areAllPropertyValuesReturnedHasBeenSet =
false;
void SetAreAllPropertyValuesReturned(bool value)
void SetPropertyName(Aws::String &&value)
PropertySummary & WithPropertyName(Aws::String &&value)
bool ValueHasBeenSet() const
void SetPropertyName(const char *value)
const Aws::String & GetPropertyName() const
PropertySummary & WithAreAllPropertyValuesReturned(bool value)
AWS_IOTTWINMAKER_API PropertySummary(Aws::Utils::Json::JsonView jsonValue)
void SetDefinition(PropertyDefinitionResponse &&value)
void SetValue(DataValue &&value)
void SetValue(const DataValue &value)
PropertySummary & WithValue(const DataValue &value)
void SetDefinition(const PropertyDefinitionResponse &value)
PropertySummary & WithDefinition(const PropertyDefinitionResponse &value)
bool PropertyNameHasBeenSet() const
bool GetAreAllPropertyValuesReturned() const
PropertySummary & WithPropertyName(const Aws::String &value)
const PropertyDefinitionResponse & GetDefinition() const
PropertySummary & WithDefinition(PropertyDefinitionResponse &&value)
const DataValue & GetValue() const
PropertySummary & WithPropertyName(const char *value)
AWS_IOTTWINMAKER_API PropertySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyName(const Aws::String &value)
bool DefinitionHasBeenSet() const
bool AreAllPropertyValuesReturnedHasBeenSet() const
PropertySummary & WithValue(DataValue &&value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTTWINMAKER_API PropertySummary()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue