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