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