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/iottwinmaker/model/PropertyGroupUpdateType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
84 bool m_groupTypeHasBeenSet =
false;
87 bool m_propertyNamesHasBeenSet =
false;
90 bool m_updateTypeHasBeenSet =
false;
AWS_IOTTWINMAKER_API ComponentPropertyGroupRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUpdateType(const PropertyGroupUpdateType &value)
AWS_IOTTWINMAKER_API ComponentPropertyGroupRequest()
ComponentPropertyGroupRequest & WithUpdateType(PropertyGroupUpdateType &&value)
ComponentPropertyGroupRequest & AddPropertyNames(const Aws::String &value)
void SetPropertyNames(Aws::Vector< Aws::String > &&value)
ComponentPropertyGroupRequest & AddPropertyNames(const char *value)
const GroupType & GetGroupType() const
bool PropertyNamesHasBeenSet() const
void SetUpdateType(PropertyGroupUpdateType &&value)
void SetGroupType(const GroupType &value)
void SetPropertyNames(const Aws::Vector< Aws::String > &value)
ComponentPropertyGroupRequest & WithUpdateType(const PropertyGroupUpdateType &value)
ComponentPropertyGroupRequest & WithPropertyNames(const Aws::Vector< Aws::String > &value)
ComponentPropertyGroupRequest & WithGroupType(GroupType &&value)
void SetGroupType(GroupType &&value)
const Aws::Vector< Aws::String > & GetPropertyNames() const
const PropertyGroupUpdateType & GetUpdateType() const
AWS_IOTTWINMAKER_API ComponentPropertyGroupRequest(Aws::Utils::Json::JsonView jsonValue)
bool UpdateTypeHasBeenSet() const
ComponentPropertyGroupRequest & WithPropertyNames(Aws::Vector< Aws::String > &&value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentPropertyGroupRequest & WithGroupType(const GroupType &value)
bool GroupTypeHasBeenSet() const
ComponentPropertyGroupRequest & AddPropertyNames(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