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