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