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