Class BidirectionalInputPayloadPartMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockruntime.transform.BidirectionalInputPayloadPartMarshaller
- All Implemented Interfaces:
Marshaller<BidirectionalInputPayloadPart>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<BidirectionalInputPayloadPart>
- Parameters:
bidirectionalInputPayloadPart
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-