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