7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/odb/Odb_EXPORTS.h>
42 template <
typename ApexUrlT = Aws::String>
44 m_apexUrlHasBeenSet =
true;
45 m_apexUrl = std::forward<ApexUrlT>(value);
47 template <
typename ApexUrlT = Aws::String>
61 template <
typename DatabaseTransformsUrlT = Aws::String>
63 m_databaseTransformsUrlHasBeenSet =
true;
64 m_databaseTransformsUrl = std::forward<DatabaseTransformsUrlT>(value);
66 template <
typename DatabaseTransformsUrlT = Aws::String>
79 template <
typename GraphStudioUrlT = Aws::String>
81 m_graphStudioUrlHasBeenSet =
true;
82 m_graphStudioUrl = std::forward<GraphStudioUrlT>(value);
84 template <
typename GraphStudioUrlT = Aws::String>
98 template <
typename MachineLearningNotebookUrlT = Aws::String>
100 m_machineLearningNotebookUrlHasBeenSet =
true;
101 m_machineLearningNotebookUrl = std::forward<MachineLearningNotebookUrlT>(value);
103 template <
typename MachineLearningNotebookUrlT = Aws::String>
117 template <
typename MachineLearningUserManagementUrlT = Aws::String>
119 m_machineLearningUserManagementUrlHasBeenSet =
true;
120 m_machineLearningUserManagementUrl = std::forward<MachineLearningUserManagementUrlT>(value);
122 template <
typename MachineLearningUserManagementUrlT = Aws::String>
135 template <
typename MongoDbUrlT = Aws::String>
137 m_mongoDbUrlHasBeenSet =
true;
138 m_mongoDbUrl = std::forward<MongoDbUrlT>(value);
140 template <
typename MongoDbUrlT = Aws::String>
154 template <
typename OrdsUrlT = Aws::String>
156 m_ordsUrlHasBeenSet =
true;
157 m_ordsUrl = std::forward<OrdsUrlT>(value);
159 template <
typename OrdsUrlT = Aws::String>
172 template <
typename SpatialStudioUrlT = Aws::String>
174 m_spatialStudioUrlHasBeenSet =
true;
175 m_spatialStudioUrl = std::forward<SpatialStudioUrlT>(value);
177 template <
typename SpatialStudioUrlT = Aws::String>
191 template <
typename SqlDevWebUrlT = Aws::String>
193 m_sqlDevWebUrlHasBeenSet =
true;
194 m_sqlDevWebUrl = std::forward<SqlDevWebUrlT>(value);
196 template <
typename SqlDevWebUrlT = Aws::String>
220 bool m_apexUrlHasBeenSet =
false;
221 bool m_databaseTransformsUrlHasBeenSet =
false;
222 bool m_graphStudioUrlHasBeenSet =
false;
223 bool m_machineLearningNotebookUrlHasBeenSet =
false;
224 bool m_machineLearningUserManagementUrlHasBeenSet =
false;
225 bool m_mongoDbUrlHasBeenSet =
false;
226 bool m_ordsUrlHasBeenSet =
false;
227 bool m_spatialStudioUrlHasBeenSet =
false;
228 bool m_sqlDevWebUrlHasBeenSet =
false;
void SetDatabaseTransformsUrl(DatabaseTransformsUrlT &&value)
AutonomousDatabaseConnectionUrls & WithSqlDevWebUrl(SqlDevWebUrlT &&value)
AWS_ODB_API AutonomousDatabaseConnectionUrls(Aws::Utils::Json::JsonView jsonValue)
void SetSpatialStudioUrl(SpatialStudioUrlT &&value)
void SetApexUrl(ApexUrlT &&value)
const Aws::String & GetOrdsUrl() const
void SetOrdsUrl(OrdsUrlT &&value)
void SetMongoDbUrl(MongoDbUrlT &&value)
const Aws::String & GetMachineLearningUserManagementUrl() const
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
AutonomousDatabaseConnectionUrls & WithMachineLearningNotebookUrl(MachineLearningNotebookUrlT &&value)
bool ApexUrlHasBeenSet() const
const Aws::String & GetDatabaseTransformsUrl() const
const Aws::String & GetGraphStudioUrl() const
bool OrdsUrlHasBeenSet() const
void SetMachineLearningNotebookUrl(MachineLearningNotebookUrlT &&value)
AutonomousDatabaseConnectionUrls & WithMongoDbUrl(MongoDbUrlT &&value)
bool MongoDbUrlHasBeenSet() const
AutonomousDatabaseConnectionUrls & WithMachineLearningUserManagementUrl(MachineLearningUserManagementUrlT &&value)
bool MachineLearningUserManagementUrlHasBeenSet() const
bool SpatialStudioUrlHasBeenSet() const
AutonomousDatabaseConnectionUrls & WithGraphStudioUrl(GraphStudioUrlT &&value)
AutonomousDatabaseConnectionUrls & WithDatabaseTransformsUrl(DatabaseTransformsUrlT &&value)
const Aws::String & GetSqlDevWebUrl() const
const Aws::String & GetMongoDbUrl() const
const Aws::String & GetMachineLearningNotebookUrl() const
AutonomousDatabaseConnectionUrls & WithApexUrl(ApexUrlT &&value)
AutonomousDatabaseConnectionUrls & WithOrdsUrl(OrdsUrlT &&value)
bool GraphStudioUrlHasBeenSet() const
bool SqlDevWebUrlHasBeenSet() const
const Aws::String & GetSpatialStudioUrl() const
void SetMachineLearningUserManagementUrl(MachineLearningUserManagementUrlT &&value)
void SetGraphStudioUrl(GraphStudioUrlT &&value)
void SetSqlDevWebUrl(SqlDevWebUrlT &&value)
bool DatabaseTransformsUrlHasBeenSet() const
AWS_ODB_API AutonomousDatabaseConnectionUrls & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetApexUrl() const
AWS_ODB_API AutonomousDatabaseConnectionUrls()=default
AutonomousDatabaseConnectionUrls & WithSpatialStudioUrl(SpatialStudioUrlT &&value)
bool MachineLearningNotebookUrlHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue