7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
11#include <aws/lexv2-models/model/RuntimeHintValue.h>
22namespace LexModelsV2 {
45 template <
typename RuntimeH
intValuesT = Aws::Vector<RuntimeH
intValue>>
47 m_runtimeHintValuesHasBeenSet =
true;
48 m_runtimeHintValues = std::forward<RuntimeHintValuesT>(value);
50 template <
typename RuntimeH
intValuesT = Aws::Vector<RuntimeH
intValue>>
55 template <
typename RuntimeH
intValuesT = RuntimeH
intValue>
57 m_runtimeHintValuesHasBeenSet =
true;
58 m_runtimeHintValues.emplace_back(std::forward<RuntimeHintValuesT>(value));
73 template <
typename SubSlotH
intsT = Aws::Map<Aws::String, RuntimeH
intDetails>>
75 m_subSlotHintsHasBeenSet =
true;
76 m_subSlotHints = std::forward<SubSlotHintsT>(value);
78 template <
typename SubSlotH
intsT = Aws::Map<Aws::String, RuntimeH
intDetails>>
83 template <
typename SubSlotH
intsKeyT = Aws::String,
typename SubSlotH
intsValueT = RuntimeH
intDetails>
85 m_subSlotHintsHasBeenSet =
true;
86 m_subSlotHints.emplace(std::forward<SubSlotHintsKeyT>(key), std::forward<SubSlotHintsValueT>(value));
94 bool m_runtimeHintValuesHasBeenSet =
false;
95 bool m_subSlotHintsHasBeenSet =
false;
RuntimeHintDetails & AddSubSlotHints(SubSlotHintsKeyT &&key, SubSlotHintsValueT &&value)
AWS_LEXMODELSV2_API RuntimeHintDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API RuntimeHintDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API RuntimeHintDetails()=default
bool SubSlotHintsHasBeenSet() const
bool RuntimeHintValuesHasBeenSet() const
void SetRuntimeHintValues(RuntimeHintValuesT &&value)
RuntimeHintDetails & WithRuntimeHintValues(RuntimeHintValuesT &&value)
RuntimeHintDetails & AddRuntimeHintValues(RuntimeHintValuesT &&value)
RuntimeHintDetails & WithSubSlotHints(SubSlotHintsT &&value)
const Aws::Vector< RuntimeHintValue > & GetRuntimeHintValues() const
void SetSubSlotHints(SubSlotHintsT &&value)
const Aws::Map< Aws::String, RuntimeHintDetails > & GetSubSlotHints() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue