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