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