7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/AccountDefaultStatus.h>
12#include <aws/sagemaker/model/MaintenanceStatus.h>
13#include <aws/sagemaker/model/MlflowAppStatus.h>
14#include <aws/sagemaker/model/ModelRegistrationMode.h>
15#include <aws/sagemaker/model/UserContext.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename ArtifactStoreUriT = Aws::String>
78 m_artifactStoreUriHasBeenSet =
true;
79 m_artifactStoreUri = std::forward<ArtifactStoreUriT>(value);
81 template <
typename ArtifactStoreUriT = Aws::String>
93 template <
typename MlflowVersionT = Aws::String>
95 m_mlflowVersionHasBeenSet =
true;
96 m_mlflowVersion = std::forward<MlflowVersionT>(value);
98 template <
typename MlflowVersionT = Aws::String>
111 template <
typename RoleArnT = Aws::String>
113 m_roleArnHasBeenSet =
true;
114 m_roleArn = std::forward<RoleArnT>(value);
116 template <
typename RoleArnT = Aws::String>
129 m_statusHasBeenSet =
true;
145 m_modelRegistrationModeHasBeenSet =
true;
146 m_modelRegistrationMode = value;
160 m_accountDefaultStatusHasBeenSet =
true;
161 m_accountDefaultStatus = value;
174 template <
typename DefaultDomainIdListT = Aws::Vector<Aws::String>>
176 m_defaultDomainIdListHasBeenSet =
true;
177 m_defaultDomainIdList = std::forward<DefaultDomainIdListT>(value);
179 template <
typename DefaultDomainIdListT = Aws::Vector<Aws::String>>
184 template <
typename DefaultDomainIdListT = Aws::String>
186 m_defaultDomainIdListHasBeenSet =
true;
187 m_defaultDomainIdList.emplace_back(std::forward<DefaultDomainIdListT>(value));
197 template <
typename CreationTimeT = Aws::Utils::DateTime>
199 m_creationTimeHasBeenSet =
true;
200 m_creationTime = std::forward<CreationTimeT>(value);
202 template <
typename CreationTimeT = Aws::Utils::DateTime>
212 template <
typename CreatedByT = UserContext>
214 m_createdByHasBeenSet =
true;
215 m_createdBy = std::forward<CreatedByT>(value);
217 template <
typename CreatedByT = UserContext>
229 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
231 m_lastModifiedTimeHasBeenSet =
true;
232 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
234 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
244 template <
typename LastModifiedByT = UserContext>
246 m_lastModifiedByHasBeenSet =
true;
247 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
249 template <
typename LastModifiedByT = UserContext>
261 template <
typename WeeklyMa
intenanceWindowStartT = Aws::String>
263 m_weeklyMaintenanceWindowStartHasBeenSet =
true;
264 m_weeklyMaintenanceWindowStart = std::forward<WeeklyMaintenanceWindowStartT>(value);
266 template <
typename WeeklyMa
intenanceWindowStartT = Aws::String>
279 m_maintenanceStatusHasBeenSet =
true;
280 m_maintenanceStatus = value;
291 template <
typename RequestIdT = Aws::String>
293 m_requestIdHasBeenSet =
true;
294 m_requestId = std::forward<RequestIdT>(value);
296 template <
typename RequestIdT = Aws::String>
323 UserContext m_createdBy;
327 UserContext m_lastModifiedBy;
334 bool m_arnHasBeenSet =
false;
335 bool m_nameHasBeenSet =
false;
336 bool m_artifactStoreUriHasBeenSet =
false;
337 bool m_mlflowVersionHasBeenSet =
false;
338 bool m_roleArnHasBeenSet =
false;
339 bool m_statusHasBeenSet =
false;
340 bool m_modelRegistrationModeHasBeenSet =
false;
341 bool m_accountDefaultStatusHasBeenSet =
false;
342 bool m_defaultDomainIdListHasBeenSet =
false;
343 bool m_creationTimeHasBeenSet =
false;
344 bool m_createdByHasBeenSet =
false;
345 bool m_lastModifiedTimeHasBeenSet =
false;
346 bool m_lastModifiedByHasBeenSet =
false;
347 bool m_weeklyMaintenanceWindowStartHasBeenSet =
false;
348 bool m_maintenanceStatusHasBeenSet =
false;
349 bool m_requestIdHasBeenSet =
false;
DescribeMlflowAppResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
DescribeMlflowAppResult & WithModelRegistrationMode(ModelRegistrationMode value)
DescribeMlflowAppResult & AddDefaultDomainIdList(DefaultDomainIdListT &&value)
DescribeMlflowAppResult & WithDefaultDomainIdList(DefaultDomainIdListT &&value)
DescribeMlflowAppResult & WithMaintenanceStatus(MaintenanceStatus value)
DescribeMlflowAppResult & WithLastModifiedBy(LastModifiedByT &&value)
void SetAccountDefaultStatus(AccountDefaultStatus value)
void SetCreatedBy(CreatedByT &&value)
DescribeMlflowAppResult & WithArtifactStoreUri(ArtifactStoreUriT &&value)
void SetRequestId(RequestIdT &&value)
DescribeMlflowAppResult & WithName(NameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
DescribeMlflowAppResult & WithAccountDefaultStatus(AccountDefaultStatus value)
void SetWeeklyMaintenanceWindowStart(WeeklyMaintenanceWindowStartT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
DescribeMlflowAppResult & WithRoleArn(RoleArnT &&value)
MaintenanceStatus GetMaintenanceStatus() const
const Aws::String & GetWeeklyMaintenanceWindowStart() const
AccountDefaultStatus GetAccountDefaultStatus() const
void SetMlflowVersion(MlflowVersionT &&value)
DescribeMlflowAppResult & WithStatus(MlflowAppStatus value)
void SetDefaultDomainIdList(DefaultDomainIdListT &&value)
void SetArn(ArnT &&value)
void SetModelRegistrationMode(ModelRegistrationMode value)
const Aws::String & GetName() const
void SetStatus(MlflowAppStatus value)
const Aws::String & GetArn() const
DescribeMlflowAppResult & WithMlflowVersion(MlflowVersionT &&value)
void SetName(NameT &&value)
const Aws::Vector< Aws::String > & GetDefaultDomainIdList() const
ModelRegistrationMode GetModelRegistrationMode() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetRoleArn(RoleArnT &&value)
DescribeMlflowAppResult & WithRequestId(RequestIdT &&value)
void SetArtifactStoreUri(ArtifactStoreUriT &&value)
const Aws::String & GetMlflowVersion() const
const Aws::String & GetRequestId() const
const Aws::String & GetRoleArn() const
DescribeMlflowAppResult & WithWeeklyMaintenanceWindowStart(WeeklyMaintenanceWindowStartT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API DescribeMlflowAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeMlflowAppResult & WithCreatedBy(CreatedByT &&value)
AWS_SAGEMAKER_API DescribeMlflowAppResult()=default
DescribeMlflowAppResult & WithCreationTime(CreationTimeT &&value)
MlflowAppStatus GetStatus() const
const Aws::String & GetArtifactStoreUri() const
const UserContext & GetLastModifiedBy() const
void SetMaintenanceStatus(MaintenanceStatus value)
DescribeMlflowAppResult & WithArn(ArnT &&value)
const UserContext & GetCreatedBy() const
AWS_SAGEMAKER_API DescribeMlflowAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue