7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/ResponseMetadata.h>
11#include <aws/ec2/model/ConnectionNotification.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename ConnectionNotificationSetT = Aws::Vector<ConnectionNotification>>
44 void SetConnectionNotificationSet(ConnectionNotificationSetT&& value) { m_connectionNotificationSetHasBeenSet =
true; m_connectionNotificationSet = std::forward<ConnectionNotificationSetT>(value); }
45 template<
typename ConnectionNotificationSetT = Aws::Vector<ConnectionNotification>>
47 template<
typename ConnectionNotificationSetT = ConnectionNotification>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename ResponseMetadataT = ResponseMetadata>
67 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
68 template<
typename ResponseMetadataT = ResponseMetadata>
74 bool m_connectionNotificationSetHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_responseMetadataHasBeenSet =
false;
DescribeVpcEndpointConnectionNotificationsResponse & WithResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API DescribeVpcEndpointConnectionNotificationsResponse()=default
DescribeVpcEndpointConnectionNotificationsResponse & AddConnectionNotificationSet(ConnectionNotificationSetT &&value)
DescribeVpcEndpointConnectionNotificationsResponse & WithConnectionNotificationSet(ConnectionNotificationSetT &&value)
const Aws::String & GetNextToken() const
AWS_EC2_API DescribeVpcEndpointConnectionNotificationsResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
const Aws::Vector< ConnectionNotification > & GetConnectionNotificationSet() const
void SetNextToken(NextTokenT &&value)
DescribeVpcEndpointConnectionNotificationsResponse & WithNextToken(NextTokenT &&value)
AWS_EC2_API DescribeVpcEndpointConnectionNotificationsResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetConnectionNotificationSet(ConnectionNotificationSetT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument