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