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