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>
22namespace DevOpsAgent {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 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>
97 template <
typename HostAddressT = Aws::String>
99 m_hostAddressHasBeenSet =
true;
100 m_hostAddress = std::forward<HostAddressT>(value);
102 template <
typename HostAddressT = Aws::String>
116 template <
typename VpcIdT = Aws::String>
118 m_vpcIdHasBeenSet =
true;
119 m_vpcId = std::forward<VpcIdT>(value);
121 template <
typename VpcIdT = Aws::String>
123 SetVpcId(std::forward<VpcIdT>(value));
135 template <
typename ResourceConfigurationIdT = Aws::String>
137 m_resourceConfigurationIdHasBeenSet =
true;
138 m_resourceConfigurationId = std::forward<ResourceConfigurationIdT>(value);
140 template <
typename ResourceConfigurationIdT = Aws::String>
154 m_statusHasBeenSet =
true;
170 template <
typename CertificateExpiryTimeT = Aws::Utils::DateTime>
172 m_certificateExpiryTimeHasBeenSet =
true;
173 m_certificateExpiryTime = std::forward<CertificateExpiryTimeT>(value);
175 template <
typename CertificateExpiryTimeT = Aws::Utils::DateTime>
197 bool m_nameHasBeenSet =
false;
198 bool m_typeHasBeenSet =
false;
199 bool m_resourceGatewayIdHasBeenSet =
false;
200 bool m_hostAddressHasBeenSet =
false;
201 bool m_vpcIdHasBeenSet =
false;
202 bool m_resourceConfigurationIdHasBeenSet =
false;
203 bool m_statusHasBeenSet =
false;
204 bool m_certificateExpiryTimeHasBeenSet =
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
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)
PrivateConnectionSummary & WithResourceConfigurationId(ResourceConfigurationIdT &&value)
PrivateConnectionSummary & WithStatus(PrivateConnectionStatus value)
void SetStatus(PrivateConnectionStatus value)
const Aws::String & GetVpcId() const
bool TypeHasBeenSet() const
bool VpcIdHasBeenSet() const
void SetType(PrivateConnectionType value)
PrivateConnectionSummary & WithHostAddress(HostAddressT &&value)
bool ResourceGatewayIdHasBeenSet() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue