7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-runtime/model/RuntimeHintDetails.h>
61 template<
typename SlotH
intsT = Aws::Map<Aws::String, Aws::Map<Aws::String, RuntimeH
intDetails>>>
62 void SetSlotHints(SlotHintsT&& value) { m_slotHintsHasBeenSet =
true; m_slotHints = std::forward<SlotHintsT>(value); }
63 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; m_slotHints.emplace(std::forward<SlotHintsKeyT>(key), std::forward<SlotHintsValueT>(value));
return *
this;
73 bool m_slotHintsHasBeenSet =
false;
AWS_LEXRUNTIMEV2_API RuntimeHints()=default
const Aws::Map< Aws::String, Aws::Map< Aws::String, RuntimeHintDetails > > & GetSlotHints() const
AWS_LEXRUNTIMEV2_API RuntimeHints & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSlotHints(SlotHintsT &&value)
RuntimeHints & AddSlotHints(SlotHintsKeyT &&key, SlotHintsValueT &&value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
RuntimeHints & WithSlotHints(SlotHintsT &&value)
AWS_LEXRUNTIMEV2_API RuntimeHints(Aws::Utils::Json::JsonView jsonValue)
bool SlotHintsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue