Class SignRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.kms.transform.SignRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<SignRequest>
@Generated("software.amazon.awssdk:codegen") public class SignRequestMarshaller extends Object implements Marshaller<SignRequest>
SignRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description SignRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(SignRequest signRequest)
-
-
-
Constructor Detail
-
SignRequestMarshaller
public SignRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(SignRequest signRequest)
- Specified by:
marshall
in interfaceMarshaller<SignRequest>
-
-