public class InvokeAsyncRequestMarshaller extends java.lang.Object implements Marshaller<Request<InvokeAsyncRequest>,InvokeAsyncRequest>
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
DEFAULT_CONTENT_TYPE |
private SdkJsonProtocolFactory |
protocolFactory |
Constructor and Description |
---|
InvokeAsyncRequestMarshaller(SdkJsonProtocolFactory protocolFactory) |
Modifier and Type | Method and Description |
---|---|
Request<InvokeAsyncRequest> |
marshall(InvokeAsyncRequest invokeAsyncRequest) |
private static final java.lang.String DEFAULT_CONTENT_TYPE
private final SdkJsonProtocolFactory protocolFactory
public InvokeAsyncRequestMarshaller(SdkJsonProtocolFactory protocolFactory)
public Request<InvokeAsyncRequest> marshall(InvokeAsyncRequest invokeAsyncRequest)
marshall
in interface Marshaller<Request<InvokeAsyncRequest>,InvokeAsyncRequest>