7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename ItemExplorationConfigT = Aws::Map<Aws::String, Aws::String>>
53 void SetItemExplorationConfig(ItemExplorationConfigT&& value) { m_itemExplorationConfigHasBeenSet =
true; m_itemExplorationConfig = std::forward<ItemExplorationConfigT>(value); }
54 template<
typename ItemExplorationConfigT = Aws::Map<Aws::String, Aws::String>>
56 template<
typename ItemExplorationConfigKeyT = Aws::String,
typename ItemExplorationConfigValueT = Aws::String>
58 m_itemExplorationConfigHasBeenSet =
true; m_itemExplorationConfig.emplace(std::forward<ItemExplorationConfigKeyT>(key), std::forward<ItemExplorationConfigValueT>(value));
return *
this;
64 bool m_itemExplorationConfigHasBeenSet =
false;
void SetItemExplorationConfig(ItemExplorationConfigT &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
BatchInferenceJobConfig & AddItemExplorationConfig(ItemExplorationConfigKeyT &&key, ItemExplorationConfigValueT &&value)
AWS_PERSONALIZE_API BatchInferenceJobConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API BatchInferenceJobConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetItemExplorationConfig() const
bool ItemExplorationConfigHasBeenSet() const
BatchInferenceJobConfig & WithItemExplorationConfig(ItemExplorationConfigT &&value)
AWS_PERSONALIZE_API BatchInferenceJobConfig()=default
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue