7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/lexv2-runtime/model/RuntimeHintValue.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename RuntimeH
intValuesT = Aws::Vector<RuntimeH
intValue>>
52 void SetRuntimeHintValues(RuntimeHintValuesT&& value) { m_runtimeHintValuesHasBeenSet =
true; m_runtimeHintValues = std::forward<RuntimeHintValuesT>(value); }
53 template<
typename RuntimeH
intValuesT = Aws::Vector<RuntimeH
intValue>>
55 template<
typename RuntimeH
intValuesT = RuntimeH
intValue>
56 RuntimeHintDetails&
AddRuntimeHintValues(RuntimeHintValuesT&& value) { m_runtimeHintValuesHasBeenSet =
true; m_runtimeHintValues.emplace_back(std::forward<RuntimeHintValuesT>(value));
return *
this; }
69 template<
typename SubSlotH
intsT = Aws::Map<Aws::String, RuntimeH
intDetails>>
70 void SetSubSlotHints(SubSlotHintsT&& value) { m_subSlotHintsHasBeenSet =
true; m_subSlotHints = std::forward<SubSlotHintsT>(value); }
71 template<
typename SubSlotH
intsT = Aws::Map<Aws::String, RuntimeH
intDetails>>
73 template<
typename SubSlotH
intsKeyT = Aws::String,
typename SubSlotH
intsValueT = RuntimeH
intDetails>
75 m_subSlotHintsHasBeenSet =
true; m_subSlotHints.emplace(std::forward<SubSlotHintsKeyT>(key), std::forward<SubSlotHintsValueT>(value));
return *
this;
81 bool m_runtimeHintValuesHasBeenSet =
false;
84 bool m_subSlotHintsHasBeenSet =
false;
bool SubSlotHintsHasBeenSet() const
RuntimeHintDetails & WithSubSlotHints(SubSlotHintsT &&value)
void SetSubSlotHints(SubSlotHintsT &&value)
RuntimeHintDetails & WithRuntimeHintValues(RuntimeHintValuesT &&value)
AWS_LEXRUNTIMEV2_API RuntimeHintDetails()=default
const Aws::Vector< RuntimeHintValue > & GetRuntimeHintValues() const
RuntimeHintDetails & AddSubSlotHints(SubSlotHintsKeyT &&key, SubSlotHintsValueT &&value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool RuntimeHintValuesHasBeenSet() const
void SetRuntimeHintValues(RuntimeHintValuesT &&value)
RuntimeHintDetails & AddRuntimeHintValues(RuntimeHintValuesT &&value)
AWS_LEXRUNTIMEV2_API RuntimeHintDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, RuntimeHintDetails > & GetSubSlotHints() const
AWS_LEXRUNTIMEV2_API RuntimeHintDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
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