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