Class BatchDetectSyntaxRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.comprehend.transform.BatchDetectSyntaxRequestMarshaller
- All Implemented Interfaces:
Marshaller<BatchDetectSyntaxRequest>
@Generated("software.amazon.awssdk:codegen")
public class BatchDetectSyntaxRequestMarshaller
extends Object
implements Marshaller<BatchDetectSyntaxRequest>
BatchDetectSyntaxRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionBatchDetectSyntaxRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(BatchDetectSyntaxRequest batchDetectSyntaxRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
BatchDetectSyntaxRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<BatchDetectSyntaxRequest>
- Parameters:
batchDetectSyntaxRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-