7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
20namespace KinesisAnalyticsV2 {
42 template <
typename PropertyGroupIdT = Aws::String>
44 m_propertyGroupIdHasBeenSet =
true;
45 m_propertyGroupId = std::forward<PropertyGroupIdT>(value);
47 template <
typename PropertyGroupIdT = Aws::String>
60 template <
typename PropertyMapT = Aws::Map<Aws::String, Aws::String>>
62 m_propertyMapHasBeenSet =
true;
63 m_propertyMap = std::forward<PropertyMapT>(value);
65 template <
typename PropertyMapT = Aws::Map<Aws::String, Aws::String>>
70 template <
typename PropertyMapKeyT = Aws::String,
typename PropertyMapValueT = Aws::String>
72 m_propertyMapHasBeenSet =
true;
73 m_propertyMap.emplace(std::forward<PropertyMapKeyT>(key), std::forward<PropertyMapValueT>(value));
81 bool m_propertyGroupIdHasBeenSet =
false;
82 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