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