Class CreateClientVpnEndpointRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.CreateClientVpnEndpointRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateClientVpnEndpointRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateClientVpnEndpointRequestMarshaller
extends Object
implements Marshaller<CreateClientVpnEndpointRequest>
CreateClientVpnEndpointRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreateClientVpnEndpointRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateClientVpnEndpointRequest createClientVpnEndpointRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateClientVpnEndpointRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateClientVpnEndpointRequest>
- Parameters:
- createClientVpnEndpointRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-