7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/AmazonQPropertiesPatch.h>
9#include <aws/datazone/model/AthenaPropertiesPatch.h>
10#include <aws/datazone/model/GluePropertiesPatch.h>
11#include <aws/datazone/model/IamPropertiesPatch.h>
12#include <aws/datazone/model/LakehousePropertiesPatch.h>
13#include <aws/datazone/model/MlflowPropertiesPatch.h>
14#include <aws/datazone/model/RedshiftPropertiesPatch.h>
15#include <aws/datazone/model/S3PropertiesPatch.h>
16#include <aws/datazone/model/SparkEmrPropertiesPatch.h>
48 template <
typename AthenaPropertiesT = AthenaPropertiesPatch>
50 m_athenaPropertiesHasBeenSet =
true;
51 m_athenaProperties = std::forward<AthenaPropertiesT>(value);
53 template <
typename AthenaPropertiesT = AthenaPropertiesPatch>
66 template <
typename GluePropertiesT = GluePropertiesPatch>
68 m_gluePropertiesHasBeenSet =
true;
69 m_glueProperties = std::forward<GluePropertiesT>(value);
71 template <
typename GluePropertiesT = GluePropertiesPatch>
84 template <
typename IamPropertiesT = IamPropertiesPatch>
86 m_iamPropertiesHasBeenSet =
true;
87 m_iamProperties = std::forward<IamPropertiesT>(value);
89 template <
typename IamPropertiesT = IamPropertiesPatch>
102 template <
typename RedshiftPropertiesT = RedshiftPropertiesPatch>
104 m_redshiftPropertiesHasBeenSet =
true;
105 m_redshiftProperties = std::forward<RedshiftPropertiesT>(value);
107 template <
typename RedshiftPropertiesT = RedshiftPropertiesPatch>
120 template <
typename SparkEmrPropertiesT = SparkEmrPropertiesPatch>
122 m_sparkEmrPropertiesHasBeenSet =
true;
123 m_sparkEmrProperties = std::forward<SparkEmrPropertiesT>(value);
125 template <
typename SparkEmrPropertiesT = SparkEmrPropertiesPatch>
138 template <
typename S3PropertiesT = S3PropertiesPatch>
140 m_s3PropertiesHasBeenSet =
true;
141 m_s3Properties = std::forward<S3PropertiesT>(value);
143 template <
typename S3PropertiesT = S3PropertiesPatch>
156 template <
typename AmazonQPropertiesT = AmazonQPropertiesPatch>
158 m_amazonQPropertiesHasBeenSet =
true;
159 m_amazonQProperties = std::forward<AmazonQPropertiesT>(value);
161 template <
typename AmazonQPropertiesT = AmazonQPropertiesPatch>
174 template <
typename MlflowPropertiesT = MlflowPropertiesPatch>
176 m_mlflowPropertiesHasBeenSet =
true;
177 m_mlflowProperties = std::forward<MlflowPropertiesT>(value);
179 template <
typename MlflowPropertiesT = MlflowPropertiesPatch>
192 template <
typename LakehousePropertiesT = LakehousePropertiesPatch>
194 m_lakehousePropertiesHasBeenSet =
true;
195 m_lakehouseProperties = std::forward<LakehousePropertiesT>(value);
197 template <
typename LakehousePropertiesT = LakehousePropertiesPatch>
221 bool m_athenaPropertiesHasBeenSet =
false;
222 bool m_gluePropertiesHasBeenSet =
false;
223 bool m_iamPropertiesHasBeenSet =
false;
224 bool m_redshiftPropertiesHasBeenSet =
false;
225 bool m_sparkEmrPropertiesHasBeenSet =
false;
226 bool m_s3PropertiesHasBeenSet =
false;
227 bool m_amazonQPropertiesHasBeenSet =
false;
228 bool m_mlflowPropertiesHasBeenSet =
false;
229 bool m_lakehousePropertiesHasBeenSet =
false;
AWS_DATAZONE_API ConnectionPropertiesPatch & operator=(Aws::Utils::Json::JsonView jsonValue)
ConnectionPropertiesPatch & WithLakehouseProperties(LakehousePropertiesT &&value)
const AmazonQPropertiesPatch & GetAmazonQProperties() const
AWS_DATAZONE_API ConnectionPropertiesPatch(Aws::Utils::Json::JsonView jsonValue)
ConnectionPropertiesPatch & WithAmazonQProperties(AmazonQPropertiesT &&value)
bool GluePropertiesHasBeenSet() const
void SetLakehouseProperties(LakehousePropertiesT &&value)
const LakehousePropertiesPatch & GetLakehouseProperties() const
void SetAmazonQProperties(AmazonQPropertiesT &&value)
ConnectionPropertiesPatch & WithAthenaProperties(AthenaPropertiesT &&value)
ConnectionPropertiesPatch & WithGlueProperties(GluePropertiesT &&value)
const SparkEmrPropertiesPatch & GetSparkEmrProperties() const
ConnectionPropertiesPatch & WithRedshiftProperties(RedshiftPropertiesT &&value)
bool MlflowPropertiesHasBeenSet() const
ConnectionPropertiesPatch & WithIamProperties(IamPropertiesT &&value)
const IamPropertiesPatch & GetIamProperties() const
AWS_DATAZONE_API ConnectionPropertiesPatch()=default
void SetGlueProperties(GluePropertiesT &&value)
ConnectionPropertiesPatch & WithMlflowProperties(MlflowPropertiesT &&value)
void SetRedshiftProperties(RedshiftPropertiesT &&value)
void SetIamProperties(IamPropertiesT &&value)
ConnectionPropertiesPatch & WithSparkEmrProperties(SparkEmrPropertiesT &&value)
const GluePropertiesPatch & GetGlueProperties() const
void SetSparkEmrProperties(SparkEmrPropertiesT &&value)
ConnectionPropertiesPatch & WithS3Properties(S3PropertiesT &&value)
void SetS3Properties(S3PropertiesT &&value)
bool SparkEmrPropertiesHasBeenSet() const
bool S3PropertiesHasBeenSet() const
const MlflowPropertiesPatch & GetMlflowProperties() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RedshiftPropertiesHasBeenSet() const
bool AthenaPropertiesHasBeenSet() const
const AthenaPropertiesPatch & GetAthenaProperties() const
void SetAthenaProperties(AthenaPropertiesT &&value)
bool AmazonQPropertiesHasBeenSet() const
const S3PropertiesPatch & GetS3Properties() const
const RedshiftPropertiesPatch & GetRedshiftProperties() const
void SetMlflowProperties(MlflowPropertiesT &&value)
bool LakehousePropertiesHasBeenSet() const
bool IamPropertiesHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue