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>
59 template<
typename PropertyNamesT = Aws::Vector<Aws::String>>
60 void SetPropertyNames(PropertyNamesT&& value) { m_propertyNamesHasBeenSet =
true; m_propertyNames = std::forward<PropertyNamesT>(value); }
61 template<
typename PropertyNamesT = Aws::Vector<Aws::String>>
63 template<
typename PropertyNamesT = Aws::String>
79 bool m_groupTypeHasBeenSet =
false;
82 bool m_propertyNamesHasBeenSet =
false;
85 bool m_updateTypeHasBeenSet =
false;
void SetUpdateType(PropertyGroupUpdateType value)
AWS_IOTTWINMAKER_API ComponentPropertyGroupRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGroupType(GroupType value)
bool PropertyNamesHasBeenSet() const
ComponentPropertyGroupRequest & AddPropertyNames(PropertyNamesT &&value)
AWS_IOTTWINMAKER_API ComponentPropertyGroupRequest()=default
ComponentPropertyGroupRequest & WithGroupType(GroupType value)
PropertyGroupUpdateType GetUpdateType() const
ComponentPropertyGroupRequest & WithUpdateType(PropertyGroupUpdateType value)
void SetPropertyNames(PropertyNamesT &&value)
const Aws::Vector< Aws::String > & GetPropertyNames() const
AWS_IOTTWINMAKER_API ComponentPropertyGroupRequest(Aws::Utils::Json::JsonView jsonValue)
bool UpdateTypeHasBeenSet() const
GroupType GetGroupType() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool GroupTypeHasBeenSet() const
ComponentPropertyGroupRequest & WithPropertyNames(PropertyNamesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue