Class ComprehendRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.comprehend.model.ComprehendRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchDetectDominantLanguageRequest,BatchDetectEntitiesRequest,BatchDetectKeyPhrasesRequest,BatchDetectSentimentRequest,BatchDetectSyntaxRequest,BatchDetectTargetedSentimentRequest,ClassifyDocumentRequest,ContainsPiiEntitiesRequest,CreateDatasetRequest,CreateDocumentClassifierRequest,CreateEndpointRequest,CreateEntityRecognizerRequest,CreateFlywheelRequest,DeleteDocumentClassifierRequest,DeleteEndpointRequest,DeleteEntityRecognizerRequest,DeleteFlywheelRequest,DeleteResourcePolicyRequest,DescribeDatasetRequest,DescribeDocumentClassificationJobRequest,DescribeDocumentClassifierRequest,DescribeDominantLanguageDetectionJobRequest,DescribeEndpointRequest,DescribeEntitiesDetectionJobRequest,DescribeEntityRecognizerRequest,DescribeEventsDetectionJobRequest,DescribeFlywheelIterationRequest,DescribeFlywheelRequest,DescribeKeyPhrasesDetectionJobRequest,DescribePiiEntitiesDetectionJobRequest,DescribeResourcePolicyRequest,DescribeSentimentDetectionJobRequest,DescribeTargetedSentimentDetectionJobRequest,DescribeTopicsDetectionJobRequest,DetectDominantLanguageRequest,DetectEntitiesRequest,DetectKeyPhrasesRequest,DetectPiiEntitiesRequest,DetectSentimentRequest,DetectSyntaxRequest,DetectTargetedSentimentRequest,DetectToxicContentRequest,ImportModelRequest,ListDatasetsRequest,ListDocumentClassificationJobsRequest,ListDocumentClassifiersRequest,ListDocumentClassifierSummariesRequest,ListDominantLanguageDetectionJobsRequest,ListEndpointsRequest,ListEntitiesDetectionJobsRequest,ListEntityRecognizersRequest,ListEntityRecognizerSummariesRequest,ListEventsDetectionJobsRequest,ListFlywheelIterationHistoryRequest,ListFlywheelsRequest,ListKeyPhrasesDetectionJobsRequest,ListPiiEntitiesDetectionJobsRequest,ListSentimentDetectionJobsRequest,ListTagsForResourceRequest,ListTargetedSentimentDetectionJobsRequest,ListTopicsDetectionJobsRequest,PutResourcePolicyRequest,StartDocumentClassificationJobRequest,StartDominantLanguageDetectionJobRequest,StartEntitiesDetectionJobRequest,StartEventsDetectionJobRequest,StartFlywheelIterationRequest,StartKeyPhrasesDetectionJobRequest,StartPiiEntitiesDetectionJobRequest,StartSentimentDetectionJobRequest,StartTargetedSentimentDetectionJobRequest,StartTopicsDetectionJobRequest,StopDominantLanguageDetectionJobRequest,StopEntitiesDetectionJobRequest,StopEventsDetectionJobRequest,StopKeyPhrasesDetectionJobRequest,StopPiiEntitiesDetectionJobRequest,StopSentimentDetectionJobRequest,StopTargetedSentimentDetectionJobRequest,StopTrainingDocumentClassifierRequest,StopTrainingEntityRecognizerRequest,TagResourceRequest,UntagResourceRequest,UpdateEndpointRequest,UpdateFlywheelRequest
@Generated("software.amazon.awssdk:codegen") public abstract class ComprehendRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComprehendRequest.Builderprotected static classComprehendRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedComprehendRequest(ComprehendRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ComprehendRequest.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
-
ComprehendRequest
protected ComprehendRequest(ComprehendRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract ComprehendRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-