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