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/Configuration.h>
11#include <aws/datazone/model/ConnectionPropertiesOutput.h>
12#include <aws/datazone/model/ConnectionScope.h>
13#include <aws/datazone/model/ConnectionType.h>
14#include <aws/datazone/model/PhysicalEndpoint.h>
46 template <
typename ConfigurationsT = Aws::Vector<Configuration>>
48 m_configurationsHasBeenSet =
true;
49 m_configurations = std::forward<ConfigurationsT>(value);
51 template <
typename ConfigurationsT = Aws::Vector<Configuration>>
56 template <
typename ConfigurationsT = Configuration>
58 m_configurationsHasBeenSet =
true;
59 m_configurations.emplace_back(std::forward<ConfigurationsT>(value));
70 template <
typename ConnectionIdT = Aws::String>
72 m_connectionIdHasBeenSet =
true;
73 m_connectionId = std::forward<ConnectionIdT>(value);
75 template <
typename ConnectionIdT = Aws::String>
88 template <
typename DomainIdT = Aws::String>
90 m_domainIdHasBeenSet =
true;
91 m_domainId = std::forward<DomainIdT>(value);
93 template <
typename DomainIdT = Aws::String>
106 template <
typename DomainUnitIdT = Aws::String>
108 m_domainUnitIdHasBeenSet =
true;
109 m_domainUnitId = std::forward<DomainUnitIdT>(value);
111 template <
typename DomainUnitIdT = Aws::String>
124 template <
typename EnvironmentIdT = Aws::String>
126 m_environmentIdHasBeenSet =
true;
127 m_environmentId = std::forward<EnvironmentIdT>(value);
129 template <
typename EnvironmentIdT = Aws::String>
142 template <
typename NameT = Aws::String>
144 m_nameHasBeenSet =
true;
145 m_name = std::forward<NameT>(value);
147 template <
typename NameT = Aws::String>
149 SetName(std::forward<NameT>(value));
160 template <
typename PhysicalEndpo
intsT = Aws::Vector<PhysicalEndpo
int>>
162 m_physicalEndpointsHasBeenSet =
true;
163 m_physicalEndpoints = std::forward<PhysicalEndpointsT>(value);
165 template <
typename PhysicalEndpo
intsT = Aws::Vector<PhysicalEndpo
int>>
170 template <
typename PhysicalEndpo
intsT = PhysicalEndpo
int>
172 m_physicalEndpointsHasBeenSet =
true;
173 m_physicalEndpoints.emplace_back(std::forward<PhysicalEndpointsT>(value));
184 template <
typename ProjectIdT = Aws::String>
186 m_projectIdHasBeenSet =
true;
187 m_projectId = std::forward<ProjectIdT>(value);
189 template <
typename ProjectIdT = Aws::String>
202 template <
typename PropsT = ConnectionPropertiesOutput>
204 m_propsHasBeenSet =
true;
205 m_props = std::forward<PropsT>(value);
207 template <
typename PropsT = ConnectionPropertiesOutput>
209 SetProps(std::forward<PropsT>(value));
221 m_typeHasBeenSet =
true;
237 m_scopeHasBeenSet =
true;
267 bool m_configurationsHasBeenSet =
false;
268 bool m_connectionIdHasBeenSet =
false;
269 bool m_domainIdHasBeenSet =
false;
270 bool m_domainUnitIdHasBeenSet =
false;
271 bool m_environmentIdHasBeenSet =
false;
272 bool m_nameHasBeenSet =
false;
273 bool m_physicalEndpointsHasBeenSet =
false;
274 bool m_projectIdHasBeenSet =
false;
275 bool m_propsHasBeenSet =
false;
276 bool m_typeHasBeenSet =
false;
277 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 & WithConfigurations(ConfigurationsT &&value)
bool ConfigurationsHasBeenSet() const
ConnectionSummary & WithConnectionId(ConnectionIdT &&value)
ConnectionSummary & WithType(ConnectionType value)
const Aws::Vector< Configuration > & GetConfigurations() const
AWS_DATAZONE_API ConnectionSummary(Aws::Utils::Json::JsonView jsonValue)
bool PhysicalEndpointsHasBeenSet() const
bool ScopeHasBeenSet() const
void SetConfigurations(ConfigurationsT &&value)
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 & AddConfigurations(ConfigurationsT &&value)
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