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