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