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/ClusterStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename ClusterArnT = Aws::String>
51 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
52 template<
typename ClusterArnT = Aws::String>
62 template<
typename ClusterNameT = Aws::String>
63 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
64 template<
typename ClusterNameT = Aws::String>
74 template<
typename CreationTimeT = Aws::Utils::DateTime>
75 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
76 template<
typename CreationTimeT = Aws::Utils::DateTime>
101 template<
typename TrainingPlanArnsT = Aws::Vector<Aws::String>>
102 void SetTrainingPlanArns(TrainingPlanArnsT&& value) { m_trainingPlanArnsHasBeenSet =
true; m_trainingPlanArns = std::forward<TrainingPlanArnsT>(value); }
103 template<
typename TrainingPlanArnsT = Aws::Vector<Aws::String>>
105 template<
typename TrainingPlanArnsT = Aws::String>
106 ClusterSummary&
AddTrainingPlanArns(TrainingPlanArnsT&& value) { m_trainingPlanArnsHasBeenSet =
true; m_trainingPlanArns.emplace_back(std::forward<TrainingPlanArnsT>(value));
return *
this; }
111 bool m_clusterArnHasBeenSet =
false;
114 bool m_clusterNameHasBeenSet =
false;
117 bool m_creationTimeHasBeenSet =
false;
120 bool m_clusterStatusHasBeenSet =
false;
123 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