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