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