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/ClusterStatus.h>
44 template <
typename ClusterArnT = Aws::String>
46 m_clusterArnHasBeenSet =
true;
47 m_clusterArn = std::forward<ClusterArnT>(value);
49 template <
typename ClusterArnT = Aws::String>
62 template <
typename ClusterNameT = Aws::String>
64 m_clusterNameHasBeenSet =
true;
65 m_clusterName = std::forward<ClusterNameT>(value);
67 template <
typename ClusterNameT = Aws::String>
80 template <
typename CreationTimeT = Aws::Utils::DateTime>
82 m_creationTimeHasBeenSet =
true;
83 m_creationTime = std::forward<CreationTimeT>(value);
85 template <
typename CreationTimeT = Aws::Utils::DateTime>
99 m_clusterStatusHasBeenSet =
true;
100 m_clusterStatus = value;
119 template <
typename TrainingPlanArnsT = Aws::Vector<Aws::String>>
121 m_trainingPlanArnsHasBeenSet =
true;
122 m_trainingPlanArns = std::forward<TrainingPlanArnsT>(value);
124 template <
typename TrainingPlanArnsT = Aws::Vector<Aws::String>>
129 template <
typename TrainingPlanArnsT = Aws::String>
131 m_trainingPlanArnsHasBeenSet =
true;
132 m_trainingPlanArns.emplace_back(std::forward<TrainingPlanArnsT>(value));
146 bool m_clusterArnHasBeenSet =
false;
147 bool m_clusterNameHasBeenSet =
false;
148 bool m_creationTimeHasBeenSet =
false;
149 bool m_clusterStatusHasBeenSet =
false;
150 bool m_trainingPlanArnsHasBeenSet =
false;
const Aws::String & GetClusterArn() const
ClusterSummary & AddTrainingPlanArns(TrainingPlanArnsT &&value)
bool CreationTimeHasBeenSet() const
AWS_SAGEMAKER_API ClusterSummary()=default
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 SetClusterArn(ClusterArnT &&value)
ClusterSummary & WithClusterArn(ClusterArnT &&value)
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue