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