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