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