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