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