7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/model/ConnectionPropertiesOutput.h>
11#include <aws/datazone/model/ConnectionType.h>
12#include <aws/datazone/model/PhysicalEndpoint.h>
50 template<
typename ConnectionIdT = Aws::String>
51 void SetConnectionId(ConnectionIdT&& value) { m_connectionIdHasBeenSet =
true; m_connectionId = std::forward<ConnectionIdT>(value); }
52 template<
typename ConnectionIdT = Aws::String>
62 template<
typename DomainIdT = Aws::String>
63 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
64 template<
typename DomainIdT = Aws::String>
74 template<
typename DomainUnitIdT = Aws::String>
75 void SetDomainUnitId(DomainUnitIdT&& value) { m_domainUnitIdHasBeenSet =
true; m_domainUnitId = std::forward<DomainUnitIdT>(value); }
76 template<
typename DomainUnitIdT = Aws::String>
86 template<
typename EnvironmentIdT = Aws::String>
87 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
88 template<
typename EnvironmentIdT = Aws::String>
98 template<
typename NameT = Aws::String>
99 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
100 template<
typename NameT = Aws::String>
110 template<
typename PhysicalEndpo
intsT = Aws::Vector<PhysicalEndpo
int>>
111 void SetPhysicalEndpoints(PhysicalEndpointsT&& value) { m_physicalEndpointsHasBeenSet =
true; m_physicalEndpoints = std::forward<PhysicalEndpointsT>(value); }
112 template<
typename PhysicalEndpo
intsT = Aws::Vector<PhysicalEndpo
int>>
114 template<
typename PhysicalEndpo
intsT = PhysicalEndpo
int>
115 ConnectionSummary&
AddPhysicalEndpoints(PhysicalEndpointsT&& value) { m_physicalEndpointsHasBeenSet =
true; m_physicalEndpoints.emplace_back(std::forward<PhysicalEndpointsT>(value));
return *
this; }
124 template<
typename ProjectIdT = Aws::String>
125 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
126 template<
typename ProjectIdT = Aws::String>
136 template<
typename PropsT = ConnectionPropertiesOutput>
137 void SetProps(PropsT&& value) { m_propsHasBeenSet =
true; m_props = std::forward<PropsT>(value); }
138 template<
typename PropsT = ConnectionPropertiesOutput>
154 bool m_connectionIdHasBeenSet =
false;
157 bool m_domainIdHasBeenSet =
false;
160 bool m_domainUnitIdHasBeenSet =
false;
163 bool m_environmentIdHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
169 bool m_physicalEndpointsHasBeenSet =
false;
172 bool m_projectIdHasBeenSet =
false;
175 bool m_propsHasBeenSet =
false;
178 bool m_typeHasBeenSet =
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
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)
bool TypeHasBeenSet() 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
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