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