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>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename ConnectionIdT = Aws::String>
45 void SetConnectionId(ConnectionIdT&& value) { m_connectionIdHasBeenSet =
true; m_connectionId = std::forward<ConnectionIdT>(value); }
46 template<
typename ConnectionIdT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
66 template<
typename DomainIdT = Aws::String>
67 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
68 template<
typename DomainIdT = Aws::String>
77 template<
typename DomainUnitIdT = Aws::String>
78 void SetDomainUnitId(DomainUnitIdT&& value) { m_domainUnitIdHasBeenSet =
true; m_domainUnitId = std::forward<DomainUnitIdT>(value); }
79 template<
typename DomainUnitIdT = Aws::String>
88 template<
typename EnvironmentIdT = Aws::String>
89 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
90 template<
typename EnvironmentIdT = Aws::String>
99 template<
typename NameT = Aws::String>
100 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
101 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>
123 template<
typename ProjectIdT = Aws::String>
124 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
125 template<
typename ProjectIdT = Aws::String>
134 template<
typename PropsT = ConnectionPropertiesOutput>
135 void SetProps(PropsT&& value) { m_propsHasBeenSet =
true; m_props = std::forward<PropsT>(value); }
136 template<
typename PropsT = ConnectionPropertiesOutput>
152 template<
typename RequestIdT = Aws::String>
153 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
154 template<
typename RequestIdT = Aws::String>
160 bool m_connectionIdHasBeenSet =
false;
163 bool m_descriptionHasBeenSet =
false;
166 bool m_domainIdHasBeenSet =
false;
169 bool m_domainUnitIdHasBeenSet =
false;
172 bool m_environmentIdHasBeenSet =
false;
175 bool m_nameHasBeenSet =
false;
178 bool m_physicalEndpointsHasBeenSet =
false;
181 bool m_projectIdHasBeenSet =
false;
184 bool m_propsHasBeenSet =
false;
187 bool m_typeHasBeenSet =
false;
190 bool m_requestIdHasBeenSet =
false;
CreateConnectionResult & WithConnectionId(ConnectionIdT &&value)
AWS_DATAZONE_API CreateConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateConnectionResult & WithEnvironmentId(EnvironmentIdT &&value)
void SetProjectId(ProjectIdT &&value)
const Aws::String & GetConnectionId() const
void SetProps(PropsT &&value)
void SetRequestId(RequestIdT &&value)
CreateConnectionResult & AddPhysicalEndpoints(PhysicalEndpointsT &&value)
void SetName(NameT &&value)
CreateConnectionResult & WithName(NameT &&value)
const Aws::String & GetDomainUnitId() const
ConnectionType GetType() const
const Aws::String & GetProjectId() const
CreateConnectionResult & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
void SetConnectionId(ConnectionIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetEnvironmentId() const
CreateConnectionResult & WithProjectId(ProjectIdT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::Vector< PhysicalEndpoint > & GetPhysicalEndpoints() const
AWS_DATAZONE_API CreateConnectionResult()=default
void SetType(ConnectionType value)
const ConnectionPropertiesOutput & GetProps() const
void SetDomainUnitId(DomainUnitIdT &&value)
AWS_DATAZONE_API CreateConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPhysicalEndpoints(PhysicalEndpointsT &&value)
CreateConnectionResult & WithDomainUnitId(DomainUnitIdT &&value)
const Aws::String & GetDomainId() const
void SetEnvironmentId(EnvironmentIdT &&value)
CreateConnectionResult & WithType(ConnectionType value)
CreateConnectionResult & WithRequestId(RequestIdT &&value)
CreateConnectionResult & WithPhysicalEndpoints(PhysicalEndpointsT &&value)
const Aws::String & GetDescription() const
CreateConnectionResult & WithProps(PropsT &&value)
const Aws::String & GetRequestId() const
CreateConnectionResult & WithDomainId(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