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