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