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