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