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>
49 template<
typename DefinitionT = PropertyDefinitionResponse>
50 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
51 template<
typename DefinitionT = PropertyDefinitionResponse>
61 template<
typename PropertyNameT = Aws::String>
62 void SetPropertyName(PropertyNameT&& value) { m_propertyNameHasBeenSet =
true; m_propertyName = std::forward<PropertyNameT>(value); }
63 template<
typename PropertyNameT = Aws::String>
73 template<
typename ValueT = DataValue>
74 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
75 template<
typename ValueT = DataValue>
93 bool m_definitionHasBeenSet =
false;
96 bool m_propertyNameHasBeenSet =
false;
99 bool m_valueHasBeenSet =
false;
101 bool m_areAllPropertyValuesReturned{
false};
102 bool m_areAllPropertyValuesReturnedHasBeenSet =
false;
void SetAreAllPropertyValuesReturned(bool value)
bool ValueHasBeenSet() const
const Aws::String & GetPropertyName() const
PropertySummary & WithAreAllPropertyValuesReturned(bool value)
AWS_IOTTWINMAKER_API PropertySummary(Aws::Utils::Json::JsonView jsonValue)
bool PropertyNameHasBeenSet() const
void SetValue(ValueT &&value)
bool GetAreAllPropertyValuesReturned() const
const PropertyDefinitionResponse & GetDefinition() const
PropertySummary & WithDefinition(DefinitionT &&value)
AWS_IOTTWINMAKER_API PropertySummary()=default
PropertySummary & WithPropertyName(PropertyNameT &&value)
const DataValue & GetValue() const
void SetDefinition(DefinitionT &&value)
AWS_IOTTWINMAKER_API PropertySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DefinitionHasBeenSet() const
void SetPropertyName(PropertyNameT &&value)
bool AreAllPropertyValuesReturnedHasBeenSet() const
PropertySummary & WithValue(ValueT &&value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue