Class CreateFoundationModelAgreementRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrock.transform.CreateFoundationModelAgreementRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateFoundationModelAgreementRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateFoundationModelAgreementRequest>- Parameters:
createFoundationModelAgreementRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-