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/ClusterImageVersionStatus.h>
12#include <aws/sagemaker/model/ClusterStatus.h>
45 template <
typename ClusterArnT = Aws::String>
47 m_clusterArnHasBeenSet =
true;
48 m_clusterArn = std::forward<ClusterArnT>(value);
50 template <
typename ClusterArnT = Aws::String>
63 template <
typename ClusterNameT = Aws::String>
65 m_clusterNameHasBeenSet =
true;
66 m_clusterName = std::forward<ClusterNameT>(value);
68 template <
typename ClusterNameT = Aws::String>
81 template <
typename CreationTimeT = Aws::Utils::DateTime>
83 m_creationTimeHasBeenSet =
true;
84 m_creationTime = std::forward<CreationTimeT>(value);
86 template <
typename CreationTimeT = Aws::Utils::DateTime>
100 m_clusterStatusHasBeenSet =
true;
101 m_clusterStatus = value;
120 template <
typename TrainingPlanArnsT = Aws::Vector<Aws::String>>
122 m_trainingPlanArnsHasBeenSet =
true;
123 m_trainingPlanArns = std::forward<TrainingPlanArnsT>(value);
125 template <
typename TrainingPlanArnsT = Aws::Vector<Aws::String>>
130 template <
typename TrainingPlanArnsT = Aws::String>
132 m_trainingPlanArnsHasBeenSet =
true;
133 m_trainingPlanArns.emplace_back(std::forward<TrainingPlanArnsT>(value));
146 m_imageVersionStatusHasBeenSet =
true;
147 m_imageVersionStatus = value;
166 bool m_clusterArnHasBeenSet =
false;
167 bool m_clusterNameHasBeenSet =
false;
168 bool m_creationTimeHasBeenSet =
false;
169 bool m_clusterStatusHasBeenSet =
false;
170 bool m_trainingPlanArnsHasBeenSet =
false;
171 bool m_imageVersionStatusHasBeenSet =
false;
const Aws::String & GetClusterArn() const
ClusterSummary & WithImageVersionStatus(ClusterImageVersionStatus value)
ClusterSummary & AddTrainingPlanArns(TrainingPlanArnsT &&value)
bool CreationTimeHasBeenSet() const
AWS_SAGEMAKER_API ClusterSummary()=default
ClusterImageVersionStatus GetImageVersionStatus() const
AWS_SAGEMAKER_API ClusterSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ClusterSummary(Aws::Utils::Json::JsonView jsonValue)
void SetTrainingPlanArns(TrainingPlanArnsT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetClusterName() const
ClusterStatus GetClusterStatus() const
void SetImageVersionStatus(ClusterImageVersionStatus value)
void SetClusterArn(ClusterArnT &&value)
ClusterSummary & WithClusterArn(ClusterArnT &&value)
bool ImageVersionStatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
bool ClusterArnHasBeenSet() const
bool ClusterNameHasBeenSet() const
ClusterSummary & WithCreationTime(CreationTimeT &&value)
const Aws::Vector< Aws::String > & GetTrainingPlanArns() const
ClusterSummary & WithTrainingPlanArns(TrainingPlanArnsT &&value)
void SetCreationTime(CreationTimeT &&value)
bool ClusterStatusHasBeenSet() const
ClusterSummary & WithClusterStatus(ClusterStatus value)
bool TrainingPlanArnsHasBeenSet() const
ClusterSummary & WithClusterName(ClusterNameT &&value)
void SetClusterName(ClusterNameT &&value)
void SetClusterStatus(ClusterStatus value)
ClusterImageVersionStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue