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