7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteVpcEndpointConnectionNotifications"; }
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
59 template<
typename ConnectionNotificationIdsT = Aws::Vector<Aws::String>>
60 void SetConnectionNotificationIds(ConnectionNotificationIdsT&& value) { m_connectionNotificationIdsHasBeenSet =
true; m_connectionNotificationIds = std::forward<ConnectionNotificationIdsT>(value); }
61 template<
typename ConnectionNotificationIdsT = Aws::Vector<Aws::String>>
63 template<
typename ConnectionNotificationIdsT = Aws::String>
69 bool m_dryRunHasBeenSet =
false;
72 bool m_connectionNotificationIdsHasBeenSet =
false;
DeleteVpcEndpointConnectionNotificationsRequest & WithConnectionNotificationIds(ConnectionNotificationIdsT &&value)
bool ConnectionNotificationIdsHasBeenSet() const
bool DryRunHasBeenSet() const
AWS_EC2_API DeleteVpcEndpointConnectionNotificationsRequest()=default
const Aws::Vector< Aws::String > & GetConnectionNotificationIds() const
virtual const char * GetServiceRequestName() const override
DeleteVpcEndpointConnectionNotificationsRequest & AddConnectionNotificationIds(ConnectionNotificationIdsT &&value)
void SetConnectionNotificationIds(ConnectionNotificationIdsT &&value)
DeleteVpcEndpointConnectionNotificationsRequest & WithDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
void SetDryRun(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector