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/IsTrackingServerActive.h>
11#include <aws/sagemaker/model/TrackingServerStatus.h>
43 template <
typename TrackingServerArnT = Aws::String>
45 m_trackingServerArnHasBeenSet =
true;
46 m_trackingServerArn = std::forward<TrackingServerArnT>(value);
48 template <
typename TrackingServerArnT = Aws::String>
61 template <
typename TrackingServerNameT = Aws::String>
63 m_trackingServerNameHasBeenSet =
true;
64 m_trackingServerName = std::forward<TrackingServerNameT>(value);
66 template <
typename TrackingServerNameT = Aws::String>
79 template <
typename CreationTimeT = Aws::Utils::DateTime>
81 m_creationTimeHasBeenSet =
true;
82 m_creationTime = std::forward<CreationTimeT>(value);
84 template <
typename CreationTimeT = Aws::Utils::DateTime>
97 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
99 m_lastModifiedTimeHasBeenSet =
true;
100 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
102 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
116 m_trackingServerStatusHasBeenSet =
true;
117 m_trackingServerStatus = value;
132 m_isActiveHasBeenSet =
true;
147 template <
typename MlflowVersionT = Aws::String>
149 m_mlflowVersionHasBeenSet =
true;
150 m_mlflowVersion = std::forward<MlflowVersionT>(value);
152 template <
typename MlflowVersionT = Aws::String>
172 bool m_trackingServerArnHasBeenSet =
false;
173 bool m_trackingServerNameHasBeenSet =
false;
174 bool m_creationTimeHasBeenSet =
false;
175 bool m_lastModifiedTimeHasBeenSet =
false;
176 bool m_trackingServerStatusHasBeenSet =
false;
177 bool m_isActiveHasBeenSet =
false;
178 bool m_mlflowVersionHasBeenSet =
false;
void SetTrackingServerArn(TrackingServerArnT &&value)
bool MlflowVersionHasBeenSet() const
TrackingServerStatus GetTrackingServerStatus() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
IsTrackingServerActive GetIsActive() const
bool TrackingServerStatusHasBeenSet() const
TrackingServerSummary & WithTrackingServerStatus(TrackingServerStatus value)
AWS_SAGEMAKER_API TrackingServerSummary(Aws::Utils::Json::JsonView jsonValue)
void SetMlflowVersion(MlflowVersionT &&value)
const Aws::String & GetTrackingServerArn() const
void SetCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API TrackingServerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTrackingServerName(TrackingServerNameT &&value)
TrackingServerSummary & WithMlflowVersion(MlflowVersionT &&value)
bool CreationTimeHasBeenSet() const
TrackingServerSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API TrackingServerSummary()=default
bool TrackingServerNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMlflowVersion() const
void SetIsActive(IsTrackingServerActive value)
const Aws::String & GetTrackingServerName() const
void SetTrackingServerStatus(TrackingServerStatus value)
TrackingServerSummary & WithTrackingServerArn(TrackingServerArnT &&value)
TrackingServerSummary & WithTrackingServerName(TrackingServerNameT &&value)
bool IsActiveHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
TrackingServerSummary & WithCreationTime(CreationTimeT &&value)
bool TrackingServerArnHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
TrackingServerSummary & WithIsActive(IsTrackingServerActive value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue