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/Specifications.h>
21namespace LexModelsV2 {
44 template <
typename ExpressionT = Aws::String>
46 m_expressionHasBeenSet =
true;
47 m_expression = std::forward<ExpressionT>(value);
49 template <
typename ExpressionT = Aws::String>
62 template <
typename SlotSpecificationsT = Aws::Map<Aws::String, Specifications>>
64 m_slotSpecificationsHasBeenSet =
true;
65 m_slotSpecifications = std::forward<SlotSpecificationsT>(value);
67 template <
typename SlotSpecificationsT = Aws::Map<Aws::String, Specifications>>
72 template <
typename SlotSpecificationsKeyT = Aws::String,
typename SlotSpecificationsValueT = Specifications>
74 m_slotSpecificationsHasBeenSet =
true;
75 m_slotSpecifications.emplace(std::forward<SlotSpecificationsKeyT>(key), std::forward<SlotSpecificationsValueT>(value));
83 bool m_expressionHasBeenSet =
false;
84 bool m_slotSpecificationsHasBeenSet =
false;
const Aws::String & GetExpression() const
SubSlotSetting & WithSlotSpecifications(SlotSpecificationsT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Specifications > & GetSlotSpecifications() const
void SetExpression(ExpressionT &&value)
SubSlotSetting & WithExpression(ExpressionT &&value)
void SetSlotSpecifications(SlotSpecificationsT &&value)
bool SlotSpecificationsHasBeenSet() const
AWS_LEXMODELSV2_API SubSlotSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExpressionHasBeenSet() const
AWS_LEXMODELSV2_API SubSlotSetting()=default
AWS_LEXMODELSV2_API SubSlotSetting(Aws::Utils::Json::JsonView jsonValue)
SubSlotSetting & AddSlotSpecifications(SlotSpecificationsKeyT &&key, SlotSpecificationsValueT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue