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