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
ConstructorsConstructorDescriptionCreateInvocationRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(CreateInvocationRequest createInvocationRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
CreateInvocationRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateInvocationRequest>
- Parameters:
createInvocationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-