7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/Filter.h>
32 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeVpcEndpointConnectionNotifications"; }
50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
60 template<
typename ConnectionNotificationIdT = Aws::String>
61 void SetConnectionNotificationId(ConnectionNotificationIdT&& value) { m_connectionNotificationIdHasBeenSet =
true; m_connectionNotificationId = std::forward<ConnectionNotificationIdT>(value); }
62 template<
typename ConnectionNotificationIdT = Aws::String>
80 template<
typename FiltersT = Aws::Vector<Filter>>
81 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
82 template<
typename FiltersT = Aws::Vector<Filter>>
84 template<
typename FiltersT = Filter>
96 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
106 template<
typename NextTokenT = Aws::String>
107 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
108 template<
typename NextTokenT = Aws::String>
113 bool m_dryRun{
false};
114 bool m_dryRunHasBeenSet =
false;
117 bool m_connectionNotificationIdHasBeenSet =
false;
120 bool m_filtersHasBeenSet =
false;
123 bool m_maxResultsHasBeenSet =
false;
126 bool m_nextTokenHasBeenSet =
false;
void SetConnectionNotificationId(ConnectionNotificationIdT &&value)
bool ConnectionNotificationIdHasBeenSet() const
bool FiltersHasBeenSet() const
bool DryRunHasBeenSet() const
bool NextTokenHasBeenSet() const
AWS_EC2_API DescribeVpcEndpointConnectionNotificationsRequest()=default
AWS_EC2_API Aws::String SerializePayload() const override
void SetDryRun(bool value)
void SetMaxResults(int value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
DescribeVpcEndpointConnectionNotificationsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
DescribeVpcEndpointConnectionNotificationsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
DescribeVpcEndpointConnectionNotificationsRequest & AddFilters(FiltersT &&value)
const Aws::Vector< Filter > & GetFilters() const
DescribeVpcEndpointConnectionNotificationsRequest & WithDryRun(bool value)
int GetMaxResults() const
DescribeVpcEndpointConnectionNotificationsRequest & WithConnectionNotificationId(ConnectionNotificationIdT &&value)
void SetFilters(FiltersT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetConnectionNotificationId() const
DescribeVpcEndpointConnectionNotificationsRequest & WithFilters(FiltersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector