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