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