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