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