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>
76 inline void SetIsInherited(
bool value) { m_isInheritedHasBeenSet =
true; m_isInherited = value; }
82 bool m_groupTypeHasBeenSet =
false;
85 bool m_propertyNamesHasBeenSet =
false;
88 bool m_isInheritedHasBeenSet =
false;
void SetGroupType(GroupType &&value)
bool IsInheritedHasBeenSet() const
bool GetIsInherited() const
bool GroupTypeHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTTWINMAKER_API ComponentPropertyGroupResponse()
AWS_IOTTWINMAKER_API ComponentPropertyGroupResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyNames(Aws::Vector< Aws::String > &&value)
AWS_IOTTWINMAKER_API ComponentPropertyGroupResponse(Aws::Utils::Json::JsonView jsonValue)
ComponentPropertyGroupResponse & WithGroupType(GroupType &&value)
ComponentPropertyGroupResponse & AddPropertyNames(Aws::String &&value)
ComponentPropertyGroupResponse & AddPropertyNames(const Aws::String &value)
ComponentPropertyGroupResponse & WithPropertyNames(const Aws::Vector< Aws::String > &value)
ComponentPropertyGroupResponse & WithPropertyNames(Aws::Vector< Aws::String > &&value)
ComponentPropertyGroupResponse & WithIsInherited(bool value)
void SetIsInherited(bool value)
ComponentPropertyGroupResponse & WithGroupType(const GroupType &value)
const GroupType & GetGroupType() const
const Aws::Vector< Aws::String > & GetPropertyNames() const
void SetGroupType(const GroupType &value)
bool PropertyNamesHasBeenSet() const
ComponentPropertyGroupResponse & AddPropertyNames(const char *value)
void SetPropertyNames(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue