Class StopEntitiesDetectionJobRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.comprehend.transform.StopEntitiesDetectionJobRequestMarshaller
- All Implemented Interfaces:
- Marshaller<StopEntitiesDetectionJobRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class StopEntitiesDetectionJobRequestMarshaller
extends Object
implements Marshaller<StopEntitiesDetectionJobRequest>
StopEntitiesDetectionJobRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionStopEntitiesDetectionJobRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(StopEntitiesDetectionJobRequest stopEntitiesDetectionJobRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
StopEntitiesDetectionJobRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<StopEntitiesDetectionJobRequest>
- Parameters:
- stopEntitiesDetectionJobRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-