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/Status.h>
11#include <aws/iottwinmaker/model/ComponentPropertyGroupResponse.h>
50 template<
typename ComponentNameT = Aws::String>
51 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet =
true; m_componentName = std::forward<ComponentNameT>(value); }
52 template<
typename ComponentNameT = Aws::String>
62 template<
typename ComponentTypeIdT = Aws::String>
63 void SetComponentTypeId(ComponentTypeIdT&& value) { m_componentTypeIdHasBeenSet =
true; m_componentTypeId = std::forward<ComponentTypeIdT>(value); }
64 template<
typename ComponentTypeIdT = Aws::String>
74 template<
typename DefinedInT = Aws::String>
75 void SetDefinedIn(DefinedInT&& value) { m_definedInHasBeenSet =
true; m_definedIn = std::forward<DefinedInT>(value); }
76 template<
typename DefinedInT = Aws::String>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
98 template<
typename PropertyGroupsT = Aws::Map<Aws::String, ComponentPropertyGroupResponse>>
99 void SetPropertyGroups(PropertyGroupsT&& value) { m_propertyGroupsHasBeenSet =
true; m_propertyGroups = std::forward<PropertyGroupsT>(value); }
100 template<
typename PropertyGroupsT = Aws::Map<Aws::String, ComponentPropertyGroupResponse>>
102 template<
typename PropertyGroupsKeyT = Aws::String,
typename PropertyGroupsValueT = ComponentPropertyGroupResponse>
104 m_propertyGroupsHasBeenSet =
true; m_propertyGroups.emplace(std::forward<PropertyGroupsKeyT>(key), std::forward<PropertyGroupsValueT>(value));
return *
this;
114 template<
typename StatusT = Status>
115 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
116 template<
typename StatusT = Status>
127 template<
typename SyncSourceT = Aws::String>
128 void SetSyncSource(SyncSourceT&& value) { m_syncSourceHasBeenSet =
true; m_syncSource = std::forward<SyncSourceT>(value); }
129 template<
typename SyncSourceT = Aws::String>
140 template<
typename ComponentPathT = Aws::String>
141 void SetComponentPath(ComponentPathT&& value) { m_componentPathHasBeenSet =
true; m_componentPath = std::forward<ComponentPathT>(value); }
142 template<
typename ComponentPathT = Aws::String>
148 bool m_componentNameHasBeenSet =
false;
151 bool m_componentTypeIdHasBeenSet =
false;
154 bool m_definedInHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
160 bool m_propertyGroupsHasBeenSet =
false;
163 bool m_statusHasBeenSet =
false;
166 bool m_syncSourceHasBeenSet =
false;
169 bool m_componentPathHasBeenSet =
false;
const Aws::String & GetComponentPath() const
void SetComponentPath(ComponentPathT &&value)
ComponentSummary & WithComponentTypeId(ComponentTypeIdT &&value)
AWS_IOTTWINMAKER_API ComponentSummary()=default
bool ComponentNameHasBeenSet() const
bool PropertyGroupsHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetComponentTypeId() const
bool SyncSourceHasBeenSet() const
ComponentSummary & WithDescription(DescriptionT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetDefinedIn() const
const Aws::String & GetComponentName() const
ComponentSummary & WithSyncSource(SyncSourceT &&value)
AWS_IOTTWINMAKER_API ComponentSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSyncSource() const
const Status & GetStatus() const
ComponentSummary & WithPropertyGroups(PropertyGroupsT &&value)
const Aws::String & GetDescription() const
void SetStatus(StatusT &&value)
const Aws::Map< Aws::String, ComponentPropertyGroupResponse > & GetPropertyGroups() const
AWS_IOTTWINMAKER_API ComponentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSyncSource(SyncSourceT &&value)
ComponentSummary & WithComponentPath(ComponentPathT &&value)
ComponentSummary & WithStatus(StatusT &&value)
void SetComponentName(ComponentNameT &&value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentSummary & AddPropertyGroups(PropertyGroupsKeyT &&key, PropertyGroupsValueT &&value)
void SetPropertyGroups(PropertyGroupsT &&value)
bool DefinedInHasBeenSet() const
bool ComponentPathHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetDefinedIn(DefinedInT &&value)
bool ComponentTypeIdHasBeenSet() const
void SetComponentTypeId(ComponentTypeIdT &&value)
ComponentSummary & WithDefinedIn(DefinedInT &&value)
ComponentSummary & WithComponentName(ComponentNameT &&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