7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/ConnectionNotification.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/ResponseMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ConnectionNotificationT = ConnectionNotification>
43 void SetConnectionNotification(ConnectionNotificationT&& value) { m_connectionNotificationHasBeenSet =
true; m_connectionNotification = std::forward<ConnectionNotificationT>(value); }
44 template<
typename ConnectionNotificationT = ConnectionNotification>
54 template<
typename ClientTokenT = Aws::String>
55 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
56 template<
typename ClientTokenT = Aws::String>
63 template<
typename ResponseMetadataT = ResponseMetadata>
64 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
65 template<
typename ResponseMetadataT = ResponseMetadata>
71 bool m_connectionNotificationHasBeenSet =
false;
74 bool m_clientTokenHasBeenSet =
false;
77 bool m_responseMetadataHasBeenSet =
false;
CreateVpcEndpointConnectionNotificationResponse & WithConnectionNotification(ConnectionNotificationT &&value)
const ConnectionNotification & GetConnectionNotification() const
AWS_EC2_API CreateVpcEndpointConnectionNotificationResponse()=default
CreateVpcEndpointConnectionNotificationResponse & WithResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API CreateVpcEndpointConnectionNotificationResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetConnectionNotification(ConnectionNotificationT &&value)
const Aws::String & GetClientToken() const
CreateVpcEndpointConnectionNotificationResponse & WithClientToken(ClientTokenT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API CreateVpcEndpointConnectionNotificationResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetClientToken(ClientTokenT &&value)
const ResponseMetadata & GetResponseMetadata() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument