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