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