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