Class CreateModelCustomizationJobRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrock.transform.CreateModelCustomizationJobRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateModelCustomizationJobRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateModelCustomizationJobRequestMarshaller
extends Object
implements Marshaller<CreateModelCustomizationJobRequest>
CreateModelCustomizationJobRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreateModelCustomizationJobRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateModelCustomizationJobRequest createModelCustomizationJobRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateModelCustomizationJobRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(CreateModelCustomizationJobRequest createModelCustomizationJobRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateModelCustomizationJobRequest>
- Parameters:
- createModelCustomizationJobRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-