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