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