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>
71 bool m_groupTypeHasBeenSet =
false;
74 bool m_propertyNamesHasBeenSet =
false;
bool PropertyNamesHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
PropertyGroupRequest & AddPropertyNames(const char *value)
void SetPropertyNames(const Aws::Vector< Aws::String > &value)
PropertyGroupRequest & AddPropertyNames(const Aws::String &value)
AWS_IOTTWINMAKER_API PropertyGroupRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetPropertyNames() const
PropertyGroupRequest & WithPropertyNames(Aws::Vector< Aws::String > &&value)
void SetGroupType(const GroupType &value)
AWS_IOTTWINMAKER_API PropertyGroupRequest()
void SetGroupType(GroupType &&value)
PropertyGroupRequest & WithPropertyNames(const Aws::Vector< Aws::String > &value)
const GroupType & GetGroupType() const
PropertyGroupRequest & WithGroupType(const GroupType &value)
bool GroupTypeHasBeenSet() const
PropertyGroupRequest & AddPropertyNames(Aws::String &&value)
PropertyGroupRequest & WithGroupType(GroupType &&value)
void SetPropertyNames(Aws::Vector< Aws::String > &&value)
AWS_IOTTWINMAKER_API PropertyGroupRequest(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue