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