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