7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/AccountDefaultStatus.h>
13#include <aws/sagemaker/model/MaintenanceStatus.h>
14#include <aws/sagemaker/model/MlflowAppStatus.h>
15#include <aws/sagemaker/model/ModelRegistrationMode.h>
16#include <aws/sagemaker/model/UserContext.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename ArtifactStoreUriT = Aws::String>
79 m_artifactStoreUriHasBeenSet =
true;
80 m_artifactStoreUri = std::forward<ArtifactStoreUriT>(value);
82 template <
typename ArtifactStoreUriT = Aws::String>
94 template <
typename MlflowVersionT = Aws::String>
96 m_mlflowVersionHasBeenSet =
true;
97 m_mlflowVersion = std::forward<MlflowVersionT>(value);
99 template <
typename MlflowVersionT = Aws::String>
112 template <
typename RoleArnT = Aws::String>
114 m_roleArnHasBeenSet =
true;
115 m_roleArn = std::forward<RoleArnT>(value);
117 template <
typename RoleArnT = Aws::String>
130 m_statusHasBeenSet =
true;
146 m_modelRegistrationModeHasBeenSet =
true;
147 m_modelRegistrationMode = value;
161 m_accountDefaultStatusHasBeenSet =
true;
162 m_accountDefaultStatus = value;
175 template <
typename DefaultDomainIdListT = Aws::Vector<Aws::String>>
177 m_defaultDomainIdListHasBeenSet =
true;
178 m_defaultDomainIdList = std::forward<DefaultDomainIdListT>(value);
180 template <
typename DefaultDomainIdListT = Aws::Vector<Aws::String>>
185 template <
typename DefaultDomainIdListT = Aws::String>
187 m_defaultDomainIdListHasBeenSet =
true;
188 m_defaultDomainIdList.emplace_back(std::forward<DefaultDomainIdListT>(value));
198 template <
typename CreationTimeT = Aws::Utils::DateTime>
200 m_creationTimeHasBeenSet =
true;
201 m_creationTime = std::forward<CreationTimeT>(value);
203 template <
typename CreationTimeT = Aws::Utils::DateTime>
213 template <
typename CreatedByT = UserContext>
215 m_createdByHasBeenSet =
true;
216 m_createdBy = std::forward<CreatedByT>(value);
218 template <
typename CreatedByT = UserContext>
230 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
232 m_lastModifiedTimeHasBeenSet =
true;
233 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
235 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
245 template <
typename LastModifiedByT = UserContext>
247 m_lastModifiedByHasBeenSet =
true;
248 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
250 template <
typename LastModifiedByT = UserContext>
262 template <
typename WeeklyMa
intenanceWindowStartT = Aws::String>
264 m_weeklyMaintenanceWindowStartHasBeenSet =
true;
265 m_weeklyMaintenanceWindowStart = std::forward<WeeklyMaintenanceWindowStartT>(value);
267 template <
typename WeeklyMa
intenanceWindowStartT = Aws::String>
280 m_maintenanceStatusHasBeenSet =
true;
281 m_maintenanceStatus = value;
292 template <
typename RequestIdT = Aws::String>
294 m_requestIdHasBeenSet =
true;
295 m_requestId = std::forward<RequestIdT>(value);
297 template <
typename RequestIdT = Aws::String>
326 UserContext m_createdBy;
330 UserContext m_lastModifiedBy;
338 bool m_arnHasBeenSet =
false;
339 bool m_nameHasBeenSet =
false;
340 bool m_artifactStoreUriHasBeenSet =
false;
341 bool m_mlflowVersionHasBeenSet =
false;
342 bool m_roleArnHasBeenSet =
false;
343 bool m_statusHasBeenSet =
false;
344 bool m_modelRegistrationModeHasBeenSet =
false;
345 bool m_accountDefaultStatusHasBeenSet =
false;
346 bool m_defaultDomainIdListHasBeenSet =
false;
347 bool m_creationTimeHasBeenSet =
false;
348 bool m_createdByHasBeenSet =
false;
349 bool m_lastModifiedTimeHasBeenSet =
false;
350 bool m_lastModifiedByHasBeenSet =
false;
351 bool m_weeklyMaintenanceWindowStartHasBeenSet =
false;
352 bool m_maintenanceStatusHasBeenSet =
false;
353 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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