Class ListDataLakeNamespacesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.supplychain.transform.ListDataLakeNamespacesRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListDataLakeNamespacesRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListDataLakeNamespacesRequest>- Parameters:
listDataLakeNamespacesRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-