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