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