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