7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/ConnectionPropertiesOutput.h>
11#include <aws/datazone/model/ConnectionScope.h>
12#include <aws/datazone/model/ConnectionType.h>
13#include <aws/datazone/model/PhysicalEndpoint.h>
45 template <
typename ConnectionIdT = Aws::String>
47 m_connectionIdHasBeenSet =
true;
48 m_connectionId = std::forward<ConnectionIdT>(value);
50 template <
typename ConnectionIdT = Aws::String>
63 template <
typename DomainIdT = Aws::String>
65 m_domainIdHasBeenSet =
true;
66 m_domainId = std::forward<DomainIdT>(value);
68 template <
typename DomainIdT = Aws::String>
81 template <
typename DomainUnitIdT = Aws::String>
83 m_domainUnitIdHasBeenSet =
true;
84 m_domainUnitId = std::forward<DomainUnitIdT>(value);
86 template <
typename DomainUnitIdT = Aws::String>
99 template <
typename EnvironmentIdT = Aws::String>
101 m_environmentIdHasBeenSet =
true;
102 m_environmentId = std::forward<EnvironmentIdT>(value);
104 template <
typename EnvironmentIdT = Aws::String>
117 template <
typename NameT = Aws::String>
119 m_nameHasBeenSet =
true;
120 m_name = std::forward<NameT>(value);
122 template <
typename NameT = Aws::String>
124 SetName(std::forward<NameT>(value));
135 template <
typename PhysicalEndpo
intsT = Aws::Vector<PhysicalEndpo
int>>
137 m_physicalEndpointsHasBeenSet =
true;
138 m_physicalEndpoints = std::forward<PhysicalEndpointsT>(value);
140 template <
typename PhysicalEndpo
intsT = Aws::Vector<PhysicalEndpo
int>>
145 template <
typename PhysicalEndpo
intsT = PhysicalEndpo
int>
147 m_physicalEndpointsHasBeenSet =
true;
148 m_physicalEndpoints.emplace_back(std::forward<PhysicalEndpointsT>(value));
159 template <
typename ProjectIdT = Aws::String>
161 m_projectIdHasBeenSet =
true;
162 m_projectId = std::forward<ProjectIdT>(value);
164 template <
typename ProjectIdT = Aws::String>
177 template <
typename PropsT = ConnectionPropertiesOutput>
179 m_propsHasBeenSet =
true;
180 m_props = std::forward<PropsT>(value);
182 template <
typename PropsT = ConnectionPropertiesOutput>
184 SetProps(std::forward<PropsT>(value));
196 m_typeHasBeenSet =
true;
212 m_scopeHasBeenSet =
true;
240 bool m_connectionIdHasBeenSet =
false;
241 bool m_domainIdHasBeenSet =
false;
242 bool m_domainUnitIdHasBeenSet =
false;
243 bool m_environmentIdHasBeenSet =
false;
244 bool m_nameHasBeenSet =
false;
245 bool m_physicalEndpointsHasBeenSet =
false;
246 bool m_projectIdHasBeenSet =
false;
247 bool m_propsHasBeenSet =
false;
248 bool m_typeHasBeenSet =
false;
249 bool m_scopeHasBeenSet =
false;
void SetDomainUnitId(DomainUnitIdT &&value)
const Aws::String & GetDomainUnitId() const
bool EnvironmentIdHasBeenSet() const
void SetName(NameT &&value)
const ConnectionPropertiesOutput & GetProps() const
ConnectionSummary & WithDomainId(DomainIdT &&value)
ConnectionSummary & WithConnectionId(ConnectionIdT &&value)
ConnectionSummary & WithType(ConnectionType value)
AWS_DATAZONE_API ConnectionSummary(Aws::Utils::Json::JsonView jsonValue)
bool PhysicalEndpointsHasBeenSet() const
bool ScopeHasBeenSet() const
const Aws::String & GetEnvironmentId() const
void SetEnvironmentId(EnvironmentIdT &&value)
bool ConnectionIdHasBeenSet() const
ConnectionSummary & WithPhysicalEndpoints(PhysicalEndpointsT &&value)
void SetProps(PropsT &&value)
bool NameHasBeenSet() const
const Aws::String & GetConnectionId() const
void SetPhysicalEndpoints(PhysicalEndpointsT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DomainIdHasBeenSet() const
AWS_DATAZONE_API ConnectionSummary()=default
ConnectionSummary & AddPhysicalEndpoints(PhysicalEndpointsT &&value)
ConnectionSummary & WithScope(ConnectionScope value)
bool TypeHasBeenSet() const
ConnectionScope GetScope() const
bool ProjectIdHasBeenSet() const
const Aws::String & GetDomainId() const
const Aws::Vector< PhysicalEndpoint > & GetPhysicalEndpoints() const
ConnectionSummary & WithProjectId(ProjectIdT &&value)
void SetType(ConnectionType value)
ConnectionSummary & WithEnvironmentId(EnvironmentIdT &&value)
AWS_DATAZONE_API ConnectionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConnectionId(ConnectionIdT &&value)
const Aws::String & GetProjectId() const
ConnectionSummary & WithDomainUnitId(DomainUnitIdT &&value)
ConnectionSummary & WithName(NameT &&value)
bool PropsHasBeenSet() const
const Aws::String & GetName() const
bool DomainUnitIdHasBeenSet() const
void SetScope(ConnectionScope value)
ConnectionSummary & WithProps(PropsT &&value)
void SetProjectId(ProjectIdT &&value)
ConnectionType GetType() const
void SetDomainId(DomainIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue