7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/MlflowAppStatus.h>
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));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
79 m_statusHasBeenSet =
true;
94 template <
typename CreationTimeT = Aws::Utils::DateTime>
96 m_creationTimeHasBeenSet =
true;
97 m_creationTime = std::forward<CreationTimeT>(value);
99 template <
typename CreationTimeT = Aws::Utils::DateTime>
112 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
114 m_lastModifiedTimeHasBeenSet =
true;
115 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
117 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
130 template <
typename MlflowVersionT = Aws::String>
132 m_mlflowVersionHasBeenSet =
true;
133 m_mlflowVersion = std::forward<MlflowVersionT>(value);
135 template <
typename MlflowVersionT = Aws::String>
153 bool m_arnHasBeenSet =
false;
154 bool m_nameHasBeenSet =
false;
155 bool m_statusHasBeenSet =
false;
156 bool m_creationTimeHasBeenSet =
false;
157 bool m_lastModifiedTimeHasBeenSet =
false;
158 bool m_mlflowVersionHasBeenSet =
false;
MlflowAppSummary & WithMlflowVersion(MlflowVersionT &&value)
MlflowAppSummary & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetMlflowVersion() const
bool StatusHasBeenSet() const
MlflowAppSummary & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
AWS_SAGEMAKER_API MlflowAppSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(MlflowAppStatus value)
const Aws::String & GetName() const
void SetArn(ArnT &&value)
MlflowAppSummary & WithStatus(MlflowAppStatus value)
void SetMlflowVersion(MlflowVersionT &&value)
MlflowAppStatus GetStatus() const
const Aws::String & GetArn() const
AWS_SAGEMAKER_API MlflowAppSummary()=default
void SetName(NameT &&value)
AWS_SAGEMAKER_API MlflowAppSummary(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool CreationTimeHasBeenSet() const
MlflowAppSummary & WithName(NameT &&value)
void SetCreationTime(CreationTimeT &&value)
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool MlflowVersionHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
bool LastModifiedTimeHasBeenSet() const
MlflowAppSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue