7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/RuntimeHintDetails.h>
21namespace LexModelsV2 {
55 template <
typename SlotH
intsT = Aws::Map<Aws::String, Aws::Map<Aws::String, RuntimeH
intDetails>>>
57 m_slotHintsHasBeenSet =
true;
58 m_slotHints = std::forward<SlotHintsT>(value);
60 template <
typename SlotH
intsT = Aws::Map<Aws::String, Aws::Map<Aws::String, RuntimeH
intDetails>>>
65 template <
typename SlotH
intsKeyT = Aws::String,
typename SlotH
intsValueT = Aws::Map<Aws::String, RuntimeH
intDetails>>
67 m_slotHintsHasBeenSet =
true;
68 m_slotHints.emplace(std::forward<SlotHintsKeyT>(key), std::forward<SlotHintsValueT>(value));
74 bool m_slotHintsHasBeenSet =
false;
RuntimeHints & AddSlotHints(SlotHintsKeyT &&key, SlotHintsValueT &&value)
AWS_LEXMODELSV2_API RuntimeHints & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API RuntimeHints(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::Map< Aws::String, RuntimeHintDetails > > & GetSlotHints() const
RuntimeHints & WithSlotHints(SlotHintsT &&value)
void SetSlotHints(SlotHintsT &&value)
bool SlotHintsHasBeenSet() const
AWS_LEXMODELSV2_API RuntimeHints()=default
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue