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