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