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