7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
10#include <aws/lexv2-runtime/model/RuntimeHintDetails.h>
21namespace LexRuntimeV2 {
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;
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