7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
22namespace KinesisAnalyticsV2
48 template<
typename PropertyGroupIdT = Aws::String>
49 void SetPropertyGroupId(PropertyGroupIdT&& value) { m_propertyGroupIdHasBeenSet =
true; m_propertyGroupId = std::forward<PropertyGroupIdT>(value); }
50 template<
typename PropertyGroupIdT = Aws::String>
60 template<
typename PropertyMapT = Aws::Map<Aws::String, Aws::String>>
61 void SetPropertyMap(PropertyMapT&& value) { m_propertyMapHasBeenSet =
true; m_propertyMap = std::forward<PropertyMapT>(value); }
62 template<
typename PropertyMapT = Aws::Map<Aws::String, Aws::String>>
64 template<
typename PropertyMapKeyT = Aws::String,
typename PropertyMapValueT = Aws::String>
66 m_propertyMapHasBeenSet =
true; m_propertyMap.emplace(std::forward<PropertyMapKeyT>(key), std::forward<PropertyMapValueT>(value));
return *
this;
72 bool m_propertyGroupIdHasBeenSet =
false;
75 bool m_propertyMapHasBeenSet =
false;
AWS_KINESISANALYTICSV2_API PropertyGroup()=default
void SetPropertyGroupId(PropertyGroupIdT &&value)
bool PropertyMapHasBeenSet() const
void SetPropertyMap(PropertyMapT &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API PropertyGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PropertyGroupIdHasBeenSet() const
AWS_KINESISANALYTICSV2_API PropertyGroup(Aws::Utils::Json::JsonView jsonValue)
PropertyGroup & WithPropertyMap(PropertyMapT &&value)
const Aws::Map< Aws::String, Aws::String > & GetPropertyMap() const
PropertyGroup & AddPropertyMap(PropertyMapKeyT &&key, PropertyMapValueT &&value)
PropertyGroup & WithPropertyGroupId(PropertyGroupIdT &&value)
const Aws::String & GetPropertyGroupId() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue