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