Class TestConnectionRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.glue.transform.TestConnectionRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<TestConnectionRequest>
@Generated("software.amazon.awssdk:codegen") public class TestConnectionRequestMarshaller extends Object implements Marshaller<TestConnectionRequest>
TestConnectionRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description TestConnectionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(TestConnectionRequest testConnectionRequest)
-
-
-
Constructor Detail
-
TestConnectionRequestMarshaller
public TestConnectionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(TestConnectionRequest testConnectionRequest)
- Specified by:
marshallin interfaceMarshaller<TestConnectionRequest>
-
-