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