public class TestConnectionRequestMarshaller extends java.lang.Object implements Marshaller<Request<TestConnectionRequest>,TestConnectionRequest>
Modifier and Type | Field and Description |
---|---|
private SdkJsonProtocolFactory |
protocolFactory |
Constructor and Description |
---|
TestConnectionRequestMarshaller(SdkJsonProtocolFactory protocolFactory) |
Modifier and Type | Method and Description |
---|---|
Request<TestConnectionRequest> |
marshall(TestConnectionRequest testConnectionRequest) |
private final SdkJsonProtocolFactory protocolFactory
public TestConnectionRequestMarshaller(SdkJsonProtocolFactory protocolFactory)
public Request<TestConnectionRequest> marshall(TestConnectionRequest testConnectionRequest)
marshall
in interface Marshaller<Request<TestConnectionRequest>,TestConnectionRequest>