7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
42 m_priorityHasBeenSet =
true;
57 template <
typename SlotIdT = Aws::String>
59 m_slotIdHasBeenSet =
true;
60 m_slotId = std::forward<SlotIdT>(value);
62 template <
typename SlotIdT = Aws::String>
72 bool m_priorityHasBeenSet =
false;
73 bool m_slotIdHasBeenSet =
false;
AWS_LEXMODELSV2_API SlotPriority()=default
void SetPriority(int value)
void SetSlotId(SlotIdT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
SlotPriority & WithSlotId(SlotIdT &&value)
bool SlotIdHasBeenSet() const
AWS_LEXMODELSV2_API SlotPriority & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PriorityHasBeenSet() const
SlotPriority & WithPriority(int value)
const Aws::String & GetSlotId() const
AWS_LEXMODELSV2_API SlotPriority(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue