Class CreateInvocationRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.transform.CreateInvocationRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateInvocationRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateInvocationRequestMarshaller extends Object implements Marshaller<CreateInvocationRequest>
CreateInvocationRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description CreateInvocationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(CreateInvocationRequest createInvocationRequest)
-
-
-
Constructor Detail
-
CreateInvocationRequestMarshaller
public CreateInvocationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateInvocationRequest createInvocationRequest)
- Specified by:
marshall
in interfaceMarshaller<CreateInvocationRequest>
-
-