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