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