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