7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/lexv2-models/model/Specifications.h>
50 template<
typename ExpressionT = Aws::String>
51 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
52 template<
typename ExpressionT = Aws::String>
62 template<
typename SlotSpecificationsT = Aws::Map<Aws::String, Specifications>>
63 void SetSlotSpecifications(SlotSpecificationsT&& value) { m_slotSpecificationsHasBeenSet =
true; m_slotSpecifications = std::forward<SlotSpecificationsT>(value); }
64 template<
typename SlotSpecificationsT = Aws::Map<Aws::String, Specifications>>
66 template<
typename SlotSpecificationsKeyT = Aws::String,
typename SlotSpecificationsValueT = Specifications>
68 m_slotSpecificationsHasBeenSet =
true; m_slotSpecifications.emplace(std::forward<SlotSpecificationsKeyT>(key), std::forward<SlotSpecificationsValueT>(value));
return *
this;
74 bool m_expressionHasBeenSet =
false;
77 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