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