7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
11#include <aws/devops-agent/model/PrivateConnectionStatus.h>
12#include <aws/devops-agent/model/PrivateConnectionType.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace DevOpsAgent {
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 m_typeHasBeenSet =
true;
78 template <
typename ResourceGatewayIdT = Aws::String>
80 m_resourceGatewayIdHasBeenSet =
true;
81 m_resourceGatewayId = std::forward<ResourceGatewayIdT>(value);
83 template <
typename ResourceGatewayIdT = Aws::String>
96 template <
typename HostAddressT = Aws::String>
98 m_hostAddressHasBeenSet =
true;
99 m_hostAddress = std::forward<HostAddressT>(value);
101 template <
typename HostAddressT = Aws::String>
114 template <
typename VpcIdT = Aws::String>
116 m_vpcIdHasBeenSet =
true;
117 m_vpcId = std::forward<VpcIdT>(value);
119 template <
typename VpcIdT = Aws::String>
121 SetVpcId(std::forward<VpcIdT>(value));
132 template <
typename ResourceConfigurationIdT = Aws::String>
134 m_resourceConfigurationIdHasBeenSet =
true;
135 m_resourceConfigurationId = std::forward<ResourceConfigurationIdT>(value);
137 template <
typename ResourceConfigurationIdT = Aws::String>
150 m_statusHasBeenSet =
true;
165 template <
typename CertificateExpiryTimeT = Aws::Utils::DateTime>
167 m_certificateExpiryTimeHasBeenSet =
true;
168 m_certificateExpiryTime = std::forward<CertificateExpiryTimeT>(value);
170 template <
typename CertificateExpiryTimeT = Aws::Utils::DateTime>
180 template <
typename RequestIdT = Aws::String>
182 m_requestIdHasBeenSet =
true;
183 m_requestId = std::forward<RequestIdT>(value);
185 template <
typename RequestIdT = Aws::String>
212 bool m_nameHasBeenSet =
false;
213 bool m_typeHasBeenSet =
false;
214 bool m_resourceGatewayIdHasBeenSet =
false;
215 bool m_hostAddressHasBeenSet =
false;
216 bool m_vpcIdHasBeenSet =
false;
217 bool m_resourceConfigurationIdHasBeenSet =
false;
218 bool m_statusHasBeenSet =
false;
219 bool m_certificateExpiryTimeHasBeenSet =
false;
220 bool m_requestIdHasBeenSet =
false;
UpdatePrivateConnectionCertificateResult & WithCertificateExpiryTime(CertificateExpiryTimeT &&value)
AWS_DEVOPSAGENT_API UpdatePrivateConnectionCertificateResult()=default
void SetResourceConfigurationId(ResourceConfigurationIdT &&value)
const Aws::String & GetResourceGatewayId() const
UpdatePrivateConnectionCertificateResult & WithResourceGatewayId(ResourceGatewayIdT &&value)
void SetName(NameT &&value)
PrivateConnectionStatus GetStatus() const
PrivateConnectionType GetType() const
UpdatePrivateConnectionCertificateResult & WithName(NameT &&value)
UpdatePrivateConnectionCertificateResult & WithRequestId(RequestIdT &&value)
void SetCertificateExpiryTime(CertificateExpiryTimeT &&value)
const Aws::String & GetResourceConfigurationId() const
void SetResourceGatewayId(ResourceGatewayIdT &&value)
AWS_DEVOPSAGENT_API UpdatePrivateConnectionCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(PrivateConnectionStatus value)
void SetHostAddress(HostAddressT &&value)
UpdatePrivateConnectionCertificateResult & WithResourceConfigurationId(ResourceConfigurationIdT &&value)
const Aws::Utils::DateTime & GetCertificateExpiryTime() const
void SetType(PrivateConnectionType value)
const Aws::String & GetVpcId() const
void SetVpcId(VpcIdT &&value)
UpdatePrivateConnectionCertificateResult & WithVpcId(VpcIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetName() const
const Aws::String & GetHostAddress() const
UpdatePrivateConnectionCertificateResult & WithStatus(PrivateConnectionStatus value)
AWS_DEVOPSAGENT_API UpdatePrivateConnectionCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdatePrivateConnectionCertificateResult & WithType(PrivateConnectionType value)
UpdatePrivateConnectionCertificateResult & WithHostAddress(HostAddressT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue