AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateVpcEndpointConnectionNotificationResponse.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Xml
21{
22 class XmlDocument;
23} // namespace Xml
24} // namespace Utils
25namespace EC2
26{
27namespace Model
28{
30 {
31 public:
35
36
38
41 inline const ConnectionNotification& GetConnectionNotification() const{ return m_connectionNotification; }
42 inline void SetConnectionNotification(const ConnectionNotification& value) { m_connectionNotification = value; }
43 inline void SetConnectionNotification(ConnectionNotification&& value) { m_connectionNotification = std::move(value); }
47
49
53 inline const Aws::String& GetClientToken() const{ return m_clientToken; }
54 inline void SetClientToken(const Aws::String& value) { m_clientToken = value; }
55 inline void SetClientToken(Aws::String&& value) { m_clientToken = std::move(value); }
56 inline void SetClientToken(const char* value) { m_clientToken.assign(value); }
59 inline CreateVpcEndpointConnectionNotificationResponse& WithClientToken(const char* value) { SetClientToken(value); return *this;}
61
63
64 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
65 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
66 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
70 private:
71
72 ConnectionNotification m_connectionNotification;
73
74 Aws::String m_clientToken;
75
76 ResponseMetadata m_responseMetadata;
77 };
78
79} // namespace Model
80} // namespace EC2
81} // namespace Aws
CreateVpcEndpointConnectionNotificationResponse & WithResponseMetadata(ResponseMetadata &&value)
CreateVpcEndpointConnectionNotificationResponse & WithClientToken(const char *value)
CreateVpcEndpointConnectionNotificationResponse & WithResponseMetadata(const ResponseMetadata &value)
AWS_EC2_API CreateVpcEndpointConnectionNotificationResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateVpcEndpointConnectionNotificationResponse & WithConnectionNotification(ConnectionNotification &&value)
CreateVpcEndpointConnectionNotificationResponse & WithClientToken(const Aws::String &value)
CreateVpcEndpointConnectionNotificationResponse & WithConnectionNotification(const ConnectionNotification &value)
CreateVpcEndpointConnectionNotificationResponse & WithClientToken(Aws::String &&value)
AWS_EC2_API CreateVpcEndpointConnectionNotificationResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument