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