7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/securityagent/SecurityAgent_EXPORTS.h>
12#include <aws/securityagent/model/PrivateConnectionStatus.h>
13#include <aws/securityagent/model/PrivateConnectionType.h>
14#include <aws/securityagent/model/ResourceConfigDnsResolution.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace SecurityAgent {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
59 m_typeHasBeenSet =
true;
74 m_statusHasBeenSet =
true;
88 template <
typename ResourceGatewayIdT = Aws::String>
90 m_resourceGatewayIdHasBeenSet =
true;
91 m_resourceGatewayId = std::forward<ResourceGatewayIdT>(value);
93 template <
typename ResourceGatewayIdT = Aws::String>
105 template <
typename HostAddressT = Aws::String>
107 m_hostAddressHasBeenSet =
true;
108 m_hostAddress = std::forward<HostAddressT>(value);
110 template <
typename HostAddressT = Aws::String>
122 template <
typename VpcIdT = Aws::String>
124 m_vpcIdHasBeenSet =
true;
125 m_vpcId = std::forward<VpcIdT>(value);
127 template <
typename VpcIdT = Aws::String>
129 SetVpcId(std::forward<VpcIdT>(value));
139 template <
typename ResourceConfigurationIdT = Aws::String>
141 m_resourceConfigurationIdHasBeenSet =
true;
142 m_resourceConfigurationId = std::forward<ResourceConfigurationIdT>(value);
144 template <
typename ResourceConfigurationIdT = Aws::String>
156 template <
typename CertificateExpiryTimeT = Aws::Utils::DateTime>
158 m_certificateExpiryTimeHasBeenSet =
true;
159 m_certificateExpiryTime = std::forward<CertificateExpiryTimeT>(value);
161 template <
typename CertificateExpiryTimeT = Aws::Utils::DateTime>
174 m_dnsResolutionHasBeenSet =
true;
175 m_dnsResolution = value;
189 template <
typename FailureMessageT = Aws::String>
191 m_failureMessageHasBeenSet =
true;
192 m_failureMessage = std::forward<FailureMessageT>(value);
194 template <
typename FailureMessageT = Aws::String>
206 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
208 m_tagsHasBeenSet =
true;
209 m_tags = std::forward<TagsT>(value);
211 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
213 SetTags(std::forward<TagsT>(value));
216 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
218 m_tagsHasBeenSet =
true;
219 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
227 template <
typename RequestIdT = Aws::String>
229 m_requestIdHasBeenSet =
true;
230 m_requestId = std::forward<RequestIdT>(value);
232 template <
typename RequestIdT = Aws::String>
265 bool m_nameHasBeenSet =
false;
266 bool m_typeHasBeenSet =
false;
267 bool m_statusHasBeenSet =
false;
268 bool m_resourceGatewayIdHasBeenSet =
false;
269 bool m_hostAddressHasBeenSet =
false;
270 bool m_vpcIdHasBeenSet =
false;
271 bool m_resourceConfigurationIdHasBeenSet =
false;
272 bool m_certificateExpiryTimeHasBeenSet =
false;
273 bool m_dnsResolutionHasBeenSet =
false;
274 bool m_failureMessageHasBeenSet =
false;
275 bool m_tagsHasBeenSet =
false;
276 bool m_requestIdHasBeenSet =
false;
void SetCertificateExpiryTime(CertificateExpiryTimeT &&value)
const Aws::String & GetVpcId() const
const Aws::String & GetResourceGatewayId() const
AWS_SECURITYAGENT_API DeletePrivateConnectionResult()=default
void SetDnsResolution(ResourceConfigDnsResolution value)
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
PrivateConnectionStatus GetStatus() const
const Aws::String & GetResourceConfigurationId() const
void SetStatus(PrivateConnectionStatus value)
DeletePrivateConnectionResult & WithResourceGatewayId(ResourceGatewayIdT &&value)
void SetResourceConfigurationId(ResourceConfigurationIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
DeletePrivateConnectionResult & WithCertificateExpiryTime(CertificateExpiryTimeT &&value)
PrivateConnectionType GetType() const
void SetVpcId(VpcIdT &&value)
const Aws::Utils::DateTime & GetCertificateExpiryTime() const
DeletePrivateConnectionResult & WithDnsResolution(ResourceConfigDnsResolution value)
const Aws::String & GetFailureMessage() const
void SetFailureMessage(FailureMessageT &&value)
void SetType(PrivateConnectionType value)
DeletePrivateConnectionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_SECURITYAGENT_API DeletePrivateConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
DeletePrivateConnectionResult & WithFailureMessage(FailureMessageT &&value)
DeletePrivateConnectionResult & WithResourceConfigurationId(ResourceConfigurationIdT &&value)
DeletePrivateConnectionResult & WithVpcId(VpcIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetResourceGatewayId(ResourceGatewayIdT &&value)
DeletePrivateConnectionResult & WithTags(TagsT &&value)
const Aws::String & GetName() const
DeletePrivateConnectionResult & WithHostAddress(HostAddressT &&value)
const Aws::String & GetRequestId() const
DeletePrivateConnectionResult & WithRequestId(RequestIdT &&value)
DeletePrivateConnectionResult & WithStatus(PrivateConnectionStatus value)
DeletePrivateConnectionResult & WithName(NameT &&value)
DeletePrivateConnectionResult & WithType(PrivateConnectionType value)
const Aws::String & GetHostAddress() const
AWS_SECURITYAGENT_API DeletePrivateConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetHostAddress(HostAddressT &&value)
ResourceConfigDnsResolution GetDnsResolution() const
ResourceConfigDnsResolution
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue