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