Lines Matching refs:CreateSlotTypeRequest

24   class AWS_LEXMODELSV2_API CreateSlotTypeRequest : public LexModelsV2Request
27 CreateSlotTypeRequest();
72 …inline CreateSlotTypeRequest& WithSlotTypeName(const Aws::String& value) { SetSlotTypeName(value);… in WithSlotTypeName()
78 …inline CreateSlotTypeRequest& WithSlotTypeName(Aws::String&& value) { SetSlotTypeName(std::move(va… in WithSlotTypeName()
84 …inline CreateSlotTypeRequest& WithSlotTypeName(const char* value) { SetSlotTypeName(value); return… in WithSlotTypeName()
121 …inline CreateSlotTypeRequest& WithDescription(const Aws::String& value) { SetDescription(value); r… in WithDescription()
127 …inline CreateSlotTypeRequest& WithDescription(Aws::String&& value) { SetDescription(std::move(valu… in WithDescription()
133 …inline CreateSlotTypeRequest& WithDescription(const char* value) { SetDescription(value); return *… in WithDescription()
174 …inline CreateSlotTypeRequest& WithSlotTypeValues(const Aws::Vector<SlotTypeValue>& value) { SetSlo… in WithSlotTypeValues()
182 …inline CreateSlotTypeRequest& WithSlotTypeValues(Aws::Vector<SlotTypeValue>&& value) { SetSlotType… in WithSlotTypeValues()
190 …inline CreateSlotTypeRequest& AddSlotTypeValues(const SlotTypeValue& value) { m_slotTypeValuesHasB… in AddSlotTypeValues()
198 …inline CreateSlotTypeRequest& AddSlotTypeValues(SlotTypeValue&& value) { m_slotTypeValuesHasBeenSe… in AddSlotTypeValues()
264 …inline CreateSlotTypeRequest& WithValueSelectionSetting(const SlotValueSelectionSetting& value) { … in WithValueSelectionSetting()
277 …inline CreateSlotTypeRequest& WithValueSelectionSetting(SlotValueSelectionSetting&& value) { SetVa… in WithValueSelectionSetting()
320 …inline CreateSlotTypeRequest& WithParentSlotTypeSignature(const Aws::String& value) { SetParentSlo… in WithParentSlotTypeSignature()
327 …inline CreateSlotTypeRequest& WithParentSlotTypeSignature(Aws::String&& value) { SetParentSlotType… in WithParentSlotTypeSignature()
334 …inline CreateSlotTypeRequest& WithParentSlotTypeSignature(const char* value) { SetParentSlotTypeSi… in WithParentSlotTypeSignature()
365 …inline CreateSlotTypeRequest& WithBotId(const Aws::String& value) { SetBotId(value); return *this;} in WithBotId()
370 …inline CreateSlotTypeRequest& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return … in WithBotId()
375 inline CreateSlotTypeRequest& WithBotId(const char* value) { SetBotId(value); return *this;} in WithBotId()
406 …inline CreateSlotTypeRequest& WithBotVersion(const Aws::String& value) { SetBotVersion(value); ret… in WithBotVersion()
411 …inline CreateSlotTypeRequest& WithBotVersion(Aws::String&& value) { SetBotVersion(std::move(value)… in WithBotVersion()
416 …inline CreateSlotTypeRequest& WithBotVersion(const char* value) { SetBotVersion(value); return *th… in WithBotVersion()
477 …inline CreateSlotTypeRequest& WithLocaleId(const Aws::String& value) { SetLocaleId(value); return … in WithLocaleId()
487 …inline CreateSlotTypeRequest& WithLocaleId(Aws::String&& value) { SetLocaleId(std::move(value)); r… in WithLocaleId()
497 … inline CreateSlotTypeRequest& WithLocaleId(const char* value) { SetLocaleId(value); return *this;} in WithLocaleId()