7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker/model/TrackingServerStatus.h>
11#include <aws/sagemaker/model/IsTrackingServerActive.h>
49 template<
typename TrackingServerArnT = Aws::String>
50 void SetTrackingServerArn(TrackingServerArnT&& value) { m_trackingServerArnHasBeenSet =
true; m_trackingServerArn = std::forward<TrackingServerArnT>(value); }
51 template<
typename TrackingServerArnT = Aws::String>
61 template<
typename TrackingServerNameT = Aws::String>
62 void SetTrackingServerName(TrackingServerNameT&& value) { m_trackingServerNameHasBeenSet =
true; m_trackingServerName = std::forward<TrackingServerNameT>(value); }
63 template<
typename TrackingServerNameT = Aws::String>
73 template<
typename CreationTimeT = Aws::Utils::DateTime>
74 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
75 template<
typename CreationTimeT = Aws::Utils::DateTime>
85 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
86 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
87 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
117 template<
typename MlflowVersionT = Aws::String>
118 void SetMlflowVersion(MlflowVersionT&& value) { m_mlflowVersionHasBeenSet =
true; m_mlflowVersion = std::forward<MlflowVersionT>(value); }
119 template<
typename MlflowVersionT = Aws::String>
125 bool m_trackingServerArnHasBeenSet =
false;
128 bool m_trackingServerNameHasBeenSet =
false;
131 bool m_creationTimeHasBeenSet =
false;
134 bool m_lastModifiedTimeHasBeenSet =
false;
137 bool m_trackingServerStatusHasBeenSet =
false;
140 bool m_isActiveHasBeenSet =
false;
143 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