Class LexModelsV2Request
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchCreateCustomVocabularyItemRequest,BatchDeleteCustomVocabularyItemRequest,BatchUpdateCustomVocabularyItemRequest,BuildBotLocaleRequest,CreateBotAliasRequest,CreateBotLocaleRequest,CreateBotReplicaRequest,CreateBotRequest,CreateBotVersionRequest,CreateExportRequest,CreateIntentRequest,CreateResourcePolicyRequest,CreateResourcePolicyStatementRequest,CreateSlotRequest,CreateSlotTypeRequest,CreateTestSetDiscrepancyReportRequest,CreateUploadUrlRequest,DeleteBotAliasRequest,DeleteBotLocaleRequest,DeleteBotReplicaRequest,DeleteBotRequest,DeleteBotVersionRequest,DeleteCustomVocabularyRequest,DeleteExportRequest,DeleteImportRequest,DeleteIntentRequest,DeleteResourcePolicyRequest,DeleteResourcePolicyStatementRequest,DeleteSlotRequest,DeleteSlotTypeRequest,DeleteTestSetRequest,DeleteUtterancesRequest,DescribeBotAliasRequest,DescribeBotLocaleRequest,DescribeBotRecommendationRequest,DescribeBotReplicaRequest,DescribeBotRequest,DescribeBotResourceGenerationRequest,DescribeBotVersionRequest,DescribeCustomVocabularyMetadataRequest,DescribeExportRequest,DescribeImportRequest,DescribeIntentRequest,DescribeResourcePolicyRequest,DescribeSlotRequest,DescribeSlotTypeRequest,DescribeTestExecutionRequest,DescribeTestSetDiscrepancyReportRequest,DescribeTestSetGenerationRequest,DescribeTestSetRequest,GenerateBotElementRequest,GetTestExecutionArtifactsUrlRequest,ListAggregatedUtterancesRequest,ListBotAliasesRequest,ListBotAliasReplicasRequest,ListBotLocalesRequest,ListBotRecommendationsRequest,ListBotReplicasRequest,ListBotResourceGenerationsRequest,ListBotsRequest,ListBotVersionReplicasRequest,ListBotVersionsRequest,ListBuiltInIntentsRequest,ListBuiltInSlotTypesRequest,ListCustomVocabularyItemsRequest,ListExportsRequest,ListImportsRequest,ListIntentMetricsRequest,ListIntentPathsRequest,ListIntentsRequest,ListIntentStageMetricsRequest,ListRecommendedIntentsRequest,ListSessionAnalyticsDataRequest,ListSessionMetricsRequest,ListSlotsRequest,ListSlotTypesRequest,ListTagsForResourceRequest,ListTestExecutionResultItemsRequest,ListTestExecutionsRequest,ListTestSetRecordsRequest,ListTestSetsRequest,ListUtteranceAnalyticsDataRequest,ListUtteranceMetricsRequest,SearchAssociatedTranscriptsRequest,StartBotRecommendationRequest,StartBotResourceGenerationRequest,StartImportRequest,StartTestExecutionRequest,StartTestSetGenerationRequest,StopBotRecommendationRequest,TagResourceRequest,UntagResourceRequest,UpdateBotAliasRequest,UpdateBotLocaleRequest,UpdateBotRecommendationRequest,UpdateBotRequest,UpdateExportRequest,UpdateIntentRequest,UpdateResourcePolicyRequest,UpdateSlotRequest,UpdateSlotTypeRequest,UpdateTestSetRequest
@Generated("software.amazon.awssdk:codegen") public abstract class LexModelsV2Request extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLexModelsV2Request.Builderprotected static classLexModelsV2Request.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedLexModelsV2Request(LexModelsV2Request.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract LexModelsV2Request.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
LexModelsV2Request
protected LexModelsV2Request(LexModelsV2Request.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract LexModelsV2Request.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-