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