7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/model/GroupType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename PropertyNamesT = Aws::Vector<Aws::String>>
59 void SetPropertyNames(PropertyNamesT&& value) { m_propertyNamesHasBeenSet =
true; m_propertyNames = std::forward<PropertyNamesT>(value); }
60 template<
typename PropertyNamesT = Aws::Vector<Aws::String>>
62 template<
typename PropertyNamesT = Aws::String>
73 inline void SetIsInherited(
bool value) { m_isInheritedHasBeenSet =
true; m_isInherited = value; }
79 bool m_groupTypeHasBeenSet =
false;
82 bool m_propertyNamesHasBeenSet =
false;
84 bool m_isInherited{
false};
85 bool m_isInheritedHasBeenSet =
false;
GroupType GetGroupType() const
bool IsInheritedHasBeenSet() const
bool GetIsInherited() const
bool GroupTypeHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPropertyNames(PropertyNamesT &&value)
ComponentPropertyGroupResponse & AddPropertyNames(PropertyNamesT &&value)
AWS_IOTTWINMAKER_API ComponentPropertyGroupResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTTWINMAKER_API ComponentPropertyGroupResponse(Aws::Utils::Json::JsonView jsonValue)
ComponentPropertyGroupResponse & WithGroupType(GroupType value)
ComponentPropertyGroupResponse & WithIsInherited(bool value)
void SetIsInherited(bool value)
AWS_IOTTWINMAKER_API ComponentPropertyGroupResponse()=default
ComponentPropertyGroupResponse & WithPropertyNames(PropertyNamesT &&value)
const Aws::Vector< Aws::String > & GetPropertyNames() const
void SetGroupType(GroupType value)
bool PropertyNamesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue