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