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