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