7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/PrivateConnectionStatus.h>
11#include <aws/devops-agent/model/PrivateConnectionType.h>
12#include <aws/devops-agent/model/ResourceConfigDnsResolution.h>
23namespace DevOpsAgent {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
63 m_typeHasBeenSet =
true;
79 template <
typename ResourceGatewayIdT = Aws::String>
81 m_resourceGatewayIdHasBeenSet =
true;
82 m_resourceGatewayId = std::forward<ResourceGatewayIdT>(value);
84 template <
typename ResourceGatewayIdT = Aws::String>
98 template <
typename HostAddressT = Aws::String>
100 m_hostAddressHasBeenSet =
true;
101 m_hostAddress = std::forward<HostAddressT>(value);
103 template <
typename HostAddressT = Aws::String>
117 template <
typename VpcIdT = Aws::String>
119 m_vpcIdHasBeenSet =
true;
120 m_vpcId = std::forward<VpcIdT>(value);
122 template <
typename VpcIdT = Aws::String>
124 SetVpcId(std::forward<VpcIdT>(value));
136 template <
typename ResourceConfigurationIdT = Aws::String>
138 m_resourceConfigurationIdHasBeenSet =
true;
139 m_resourceConfigurationId = std::forward<ResourceConfigurationIdT>(value);
141 template <
typename ResourceConfigurationIdT = Aws::String>
155 m_statusHasBeenSet =
true;
171 template <
typename CertificateExpiryTimeT = Aws::Utils::DateTime>
173 m_certificateExpiryTimeHasBeenSet =
true;
174 m_certificateExpiryTime = std::forward<CertificateExpiryTimeT>(value);
176 template <
typename CertificateExpiryTimeT = Aws::Utils::DateTime>
190 m_dnsResolutionHasBeenSet =
true;
191 m_dnsResolution = value;
206 template <
typename FailureMessageT = Aws::String>
208 m_failureMessageHasBeenSet =
true;
209 m_failureMessage = std::forward<FailureMessageT>(value);
211 template <
typename FailureMessageT = Aws::String>
237 bool m_nameHasBeenSet =
false;
238 bool m_typeHasBeenSet =
false;
239 bool m_resourceGatewayIdHasBeenSet =
false;
240 bool m_hostAddressHasBeenSet =
false;
241 bool m_vpcIdHasBeenSet =
false;
242 bool m_resourceConfigurationIdHasBeenSet =
false;
243 bool m_statusHasBeenSet =
false;
244 bool m_certificateExpiryTimeHasBeenSet =
false;
245 bool m_dnsResolutionHasBeenSet =
false;
246 bool m_failureMessageHasBeenSet =
false;
void SetVpcId(VpcIdT &&value)
AWS_DEVOPSAGENT_API PrivateConnectionSummary(Aws::Utils::Json::JsonView jsonValue)
bool CertificateExpiryTimeHasBeenSet() const
void SetHostAddress(HostAddressT &&value)
const Aws::String & GetName() const
void SetCertificateExpiryTime(CertificateExpiryTimeT &&value)
bool ResourceConfigurationIdHasBeenSet() const
const Aws::Utils::DateTime & GetCertificateExpiryTime() const
void SetResourceConfigurationId(ResourceConfigurationIdT &&value)
PrivateConnectionSummary & WithType(PrivateConnectionType value)
PrivateConnectionType GetType() const
PrivateConnectionSummary & WithVpcId(VpcIdT &&value)
const Aws::String & GetResourceConfigurationId() const
bool HostAddressHasBeenSet() const
ResourceConfigDnsResolution GetDnsResolution() const
bool FailureMessageHasBeenSet() const
PrivateConnectionSummary & WithCertificateExpiryTime(CertificateExpiryTimeT &&value)
bool StatusHasBeenSet() const
PrivateConnectionSummary & WithName(NameT &&value)
AWS_DEVOPSAGENT_API PrivateConnectionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API PrivateConnectionSummary()=default
void SetName(NameT &&value)
const Aws::String & GetResourceGatewayId() const
const Aws::String & GetHostAddress() const
PrivateConnectionStatus GetStatus() const
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceGatewayId(ResourceGatewayIdT &&value)
PrivateConnectionSummary & WithResourceGatewayId(ResourceGatewayIdT &&value)
const Aws::String & GetFailureMessage() const
PrivateConnectionSummary & WithResourceConfigurationId(ResourceConfigurationIdT &&value)
PrivateConnectionSummary & WithStatus(PrivateConnectionStatus value)
void SetDnsResolution(ResourceConfigDnsResolution value)
PrivateConnectionSummary & WithDnsResolution(ResourceConfigDnsResolution value)
void SetStatus(PrivateConnectionStatus value)
bool DnsResolutionHasBeenSet() const
PrivateConnectionSummary & WithFailureMessage(FailureMessageT &&value)
const Aws::String & GetVpcId() const
bool TypeHasBeenSet() const
bool VpcIdHasBeenSet() const
void SetType(PrivateConnectionType value)
PrivateConnectionSummary & WithHostAddress(HostAddressT &&value)
bool ResourceGatewayIdHasBeenSet() const
void SetFailureMessage(FailureMessageT &&value)
bool NameHasBeenSet() const
ResourceConfigDnsResolution
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue