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