Class CreateCatalogRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.glue.transform.CreateCatalogRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateCatalogRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateCatalogRequestMarshaller
extends Object
implements Marshaller<CreateCatalogRequest>
CreateCatalogRequest Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateCatalogRequest createCatalogRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CreateCatalogRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateCatalogRequest>- Parameters:
createCatalogRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-