Class ComprehendResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.comprehend.model.ComprehendResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchDetectDominantLanguageResponse,BatchDetectEntitiesResponse,BatchDetectKeyPhrasesResponse,BatchDetectSentimentResponse,BatchDetectSyntaxResponse,BatchDetectTargetedSentimentResponse,ClassifyDocumentResponse,ContainsPiiEntitiesResponse,CreateDatasetResponse,CreateDocumentClassifierResponse,CreateEndpointResponse,CreateEntityRecognizerResponse,CreateFlywheelResponse,DeleteDocumentClassifierResponse,DeleteEndpointResponse,DeleteEntityRecognizerResponse,DeleteFlywheelResponse,DeleteResourcePolicyResponse,DescribeDatasetResponse,DescribeDocumentClassificationJobResponse,DescribeDocumentClassifierResponse,DescribeDominantLanguageDetectionJobResponse,DescribeEndpointResponse,DescribeEntitiesDetectionJobResponse,DescribeEntityRecognizerResponse,DescribeEventsDetectionJobResponse,DescribeFlywheelIterationResponse,DescribeFlywheelResponse,DescribeKeyPhrasesDetectionJobResponse,DescribePiiEntitiesDetectionJobResponse,DescribeResourcePolicyResponse,DescribeSentimentDetectionJobResponse,DescribeTargetedSentimentDetectionJobResponse,DescribeTopicsDetectionJobResponse,DetectDominantLanguageResponse,DetectEntitiesResponse,DetectKeyPhrasesResponse,DetectPiiEntitiesResponse,DetectSentimentResponse,DetectSyntaxResponse,DetectTargetedSentimentResponse,DetectToxicContentResponse,ImportModelResponse,ListDatasetsResponse,ListDocumentClassificationJobsResponse,ListDocumentClassifiersResponse,ListDocumentClassifierSummariesResponse,ListDominantLanguageDetectionJobsResponse,ListEndpointsResponse,ListEntitiesDetectionJobsResponse,ListEntityRecognizersResponse,ListEntityRecognizerSummariesResponse,ListEventsDetectionJobsResponse,ListFlywheelIterationHistoryResponse,ListFlywheelsResponse,ListKeyPhrasesDetectionJobsResponse,ListPiiEntitiesDetectionJobsResponse,ListSentimentDetectionJobsResponse,ListTagsForResourceResponse,ListTargetedSentimentDetectionJobsResponse,ListTopicsDetectionJobsResponse,PutResourcePolicyResponse,StartDocumentClassificationJobResponse,StartDominantLanguageDetectionJobResponse,StartEntitiesDetectionJobResponse,StartEventsDetectionJobResponse,StartFlywheelIterationResponse,StartKeyPhrasesDetectionJobResponse,StartPiiEntitiesDetectionJobResponse,StartSentimentDetectionJobResponse,StartTargetedSentimentDetectionJobResponse,StartTopicsDetectionJobResponse,StopDominantLanguageDetectionJobResponse,StopEntitiesDetectionJobResponse,StopEventsDetectionJobResponse,StopKeyPhrasesDetectionJobResponse,StopPiiEntitiesDetectionJobResponse,StopSentimentDetectionJobResponse,StopTargetedSentimentDetectionJobResponse,StopTrainingDocumentClassifierResponse,StopTrainingEntityRecognizerResponse,TagResourceResponse,UntagResourceResponse,UpdateEndpointResponse,UpdateFlywheelResponse
@Generated("software.amazon.awssdk:codegen") public abstract class ComprehendResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComprehendResponse.Builderprotected static classComprehendResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedComprehendResponse(ComprehendResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComprehendResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
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
-
ComprehendResponse
protected ComprehendResponse(ComprehendResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public ComprehendResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-