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