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