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