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