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 SetIsInherited(bool value)
PropertyGroupResponse & WithIsInherited(bool value)
bool GroupTypeHasBeenSet() const
AWS_IOTTWINMAKER_API PropertyGroupResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
const GroupType & GetGroupType() const
PropertyGroupResponse & WithGroupType(const GroupType &value)
bool GetIsInherited() const
const Aws::Vector< Aws::String > & GetPropertyNames() const
bool PropertyNamesHasBeenSet() const
PropertyGroupResponse & WithGroupType(GroupType &&value)
AWS_IOTTWINMAKER_API PropertyGroupResponse()
PropertyGroupResponse & AddPropertyNames(Aws::String &&value)
PropertyGroupResponse & AddPropertyNames(const Aws::String &value)
bool IsInheritedHasBeenSet() const
void SetPropertyNames(Aws::Vector< Aws::String > &&value)
PropertyGroupResponse & WithPropertyNames(Aws::Vector< Aws::String > &&value)
void SetGroupType(GroupType &&value)
PropertyGroupResponse & AddPropertyNames(const char *value)
void SetPropertyNames(const Aws::Vector< Aws::String > &value)
PropertyGroupResponse & WithPropertyNames(const Aws::Vector< Aws::String > &value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTTWINMAKER_API PropertyGroupResponse(Aws::Utils::Json::JsonView jsonValue)
void SetGroupType(const GroupType &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