7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize-runtime/PersonalizeRuntime_EXPORTS.h>
20namespace PersonalizeRuntime {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 m_percentPromotedItemsHasBeenSet =
true;
63 m_percentPromotedItems = value;
80 template <
typename FilterArnT = Aws::String>
82 m_filterArnHasBeenSet =
true;
83 m_filterArn = std::forward<FilterArnT>(value);
85 template <
typename FilterArnT = Aws::String>
109 template <
typename FilterValuesT = Aws::Map<Aws::String, Aws::String>>
111 m_filterValuesHasBeenSet =
true;
112 m_filterValues = std::forward<FilterValuesT>(value);
114 template <
typename FilterValuesT = Aws::Map<Aws::String, Aws::String>>
119 template <
typename FilterValuesKeyT = Aws::String,
typename FilterValuesValueT = Aws::String>
121 m_filterValuesHasBeenSet =
true;
122 m_filterValues.emplace(std::forward<FilterValuesKeyT>(key), std::forward<FilterValuesValueT>(value));
129 int m_percentPromotedItems{0};
134 bool m_nameHasBeenSet =
false;
135 bool m_percentPromotedItemsHasBeenSet =
false;
136 bool m_filterArnHasBeenSet =
false;
137 bool m_filterValuesHasBeenSet =
false;
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