7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/iottwinmaker/model/PropertyRequest.h>
11#include <aws/iottwinmaker/model/ComponentPropertyGroupRequest.h>
50 template<
typename DescriptionT = Aws::String>
51 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
52 template<
typename DescriptionT = Aws::String>
63 template<
typename PropertiesT = Aws::Map<Aws::String, PropertyRequest>>
64 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
65 template<
typename PropertiesT = Aws::Map<Aws::String, PropertyRequest>>
67 template<
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = PropertyRequest>
69 m_propertiesHasBeenSet =
true; m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
return *
this;
79 template<
typename PropertyGroupsT = Aws::Map<Aws::String, ComponentPropertyGroupRequest>>
80 void SetPropertyGroups(PropertyGroupsT&& value) { m_propertyGroupsHasBeenSet =
true; m_propertyGroups = std::forward<PropertyGroupsT>(value); }
81 template<
typename PropertyGroupsT = Aws::Map<Aws::String, ComponentPropertyGroupRequest>>
83 template<
typename PropertyGroupsKeyT = Aws::String,
typename PropertyGroupsValueT = ComponentPropertyGroupRequest>
85 m_propertyGroupsHasBeenSet =
true; m_propertyGroups.emplace(std::forward<PropertyGroupsKeyT>(key), std::forward<PropertyGroupsValueT>(value));
return *
this;
91 bool m_descriptionHasBeenSet =
false;
94 bool m_propertiesHasBeenSet =
false;
97 bool m_propertyGroupsHasBeenSet =
false;
bool PropertyGroupsHasBeenSet() const
CompositeComponentRequest & WithProperties(PropertiesT &&value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, PropertyRequest > & GetProperties() const
CompositeComponentRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
AWS_IOTTWINMAKER_API CompositeComponentRequest()=default
void SetProperties(PropertiesT &&value)
bool PropertiesHasBeenSet() const
CompositeComponentRequest & WithPropertyGroups(PropertyGroupsT &&value)
AWS_IOTTWINMAKER_API CompositeComponentRequest(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
AWS_IOTTWINMAKER_API CompositeComponentRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
CompositeComponentRequest & AddPropertyGroups(PropertyGroupsKeyT &&key, PropertyGroupsValueT &&value)
const Aws::Map< Aws::String, ComponentPropertyGroupRequest > & GetPropertyGroups() const
bool DescriptionHasBeenSet() const
CompositeComponentRequest & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
void SetPropertyGroups(PropertyGroupsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue