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