Class InvokeModelWithBidirectionalStreamRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockruntime.transform.InvokeModelWithBidirectionalStreamRequestMarshaller
- All Implemented Interfaces:
Marshaller<InvokeModelWithBidirectionalStreamRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<InvokeModelWithBidirectionalStreamRequest>- Parameters:
invokeModelWithBidirectionalStreamRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-