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