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