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