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