7#include <aws/core/utils/memory/stl/AWSMap.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/ClusterKubernetesTaint.h>
45 template <
typename CurrentLabelsT = Aws::Map<Aws::String, Aws::String>>
47 m_currentLabelsHasBeenSet =
true;
48 m_currentLabels = std::forward<CurrentLabelsT>(value);
50 template <
typename CurrentLabelsT = Aws::Map<Aws::String, Aws::String>>
55 template <
typename CurrentLabelsKeyT = Aws::String,
typename CurrentLabelsValueT = Aws::String>
57 m_currentLabelsHasBeenSet =
true;
58 m_currentLabels.emplace(std::forward<CurrentLabelsKeyT>(key), std::forward<CurrentLabelsValueT>(value));
69 template <
typename DesiredLabelsT = Aws::Map<Aws::String, Aws::String>>
71 m_desiredLabelsHasBeenSet =
true;
72 m_desiredLabels = std::forward<DesiredLabelsT>(value);
74 template <
typename DesiredLabelsT = Aws::Map<Aws::String, Aws::String>>
79 template <
typename DesiredLabelsKeyT = Aws::String,
typename DesiredLabelsValueT = Aws::String>
81 m_desiredLabelsHasBeenSet =
true;
82 m_desiredLabels.emplace(std::forward<DesiredLabelsKeyT>(key), std::forward<DesiredLabelsValueT>(value));
93 template <
typename CurrentTa
intsT = Aws::Vector<ClusterKubernetesTa
int>>
95 m_currentTaintsHasBeenSet =
true;
96 m_currentTaints = std::forward<CurrentTaintsT>(value);
98 template <
typename CurrentTa
intsT = Aws::Vector<ClusterKubernetesTa
int>>
103 template <
typename CurrentTa
intsT = ClusterKubernetesTa
int>
105 m_currentTaintsHasBeenSet =
true;
106 m_currentTaints.emplace_back(std::forward<CurrentTaintsT>(value));
117 template <
typename DesiredTa
intsT = Aws::Vector<ClusterKubernetesTa
int>>
119 m_desiredTaintsHasBeenSet =
true;
120 m_desiredTaints = std::forward<DesiredTaintsT>(value);
122 template <
typename DesiredTa
intsT = Aws::Vector<ClusterKubernetesTa
int>>
127 template <
typename DesiredTa
intsT = ClusterKubernetesTa
int>
129 m_desiredTaintsHasBeenSet =
true;
130 m_desiredTaints.emplace_back(std::forward<DesiredTaintsT>(value));
142 bool m_currentLabelsHasBeenSet =
false;
143 bool m_desiredLabelsHasBeenSet =
false;
144 bool m_currentTaintsHasBeenSet =
false;
145 bool m_desiredTaintsHasBeenSet =
false;
ClusterKubernetesConfigNodeDetails & WithCurrentTaints(CurrentTaintsT &&value)
ClusterKubernetesConfigNodeDetails & WithCurrentLabels(CurrentLabelsT &&value)
const Aws::Vector< ClusterKubernetesTaint > & GetCurrentTaints() const
void SetDesiredLabels(DesiredLabelsT &&value)
bool CurrentLabelsHasBeenSet() const
ClusterKubernetesConfigNodeDetails & AddCurrentLabels(CurrentLabelsKeyT &&key, CurrentLabelsValueT &&value)
const Aws::Vector< ClusterKubernetesTaint > & GetDesiredTaints() const
void SetCurrentLabels(CurrentLabelsT &&value)
ClusterKubernetesConfigNodeDetails & AddCurrentTaints(CurrentTaintsT &&value)
AWS_SAGEMAKER_API ClusterKubernetesConfigNodeDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetDesiredLabels() const
ClusterKubernetesConfigNodeDetails & AddDesiredLabels(DesiredLabelsKeyT &&key, DesiredLabelsValueT &&value)
bool CurrentTaintsHasBeenSet() const
bool DesiredTaintsHasBeenSet() const
void SetDesiredTaints(DesiredTaintsT &&value)
ClusterKubernetesConfigNodeDetails & WithDesiredLabels(DesiredLabelsT &&value)
ClusterKubernetesConfigNodeDetails & WithDesiredTaints(DesiredTaintsT &&value)
bool DesiredLabelsHasBeenSet() const
AWS_SAGEMAKER_API ClusterKubernetesConfigNodeDetails()=default
void SetCurrentTaints(CurrentTaintsT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ClusterKubernetesConfigNodeDetails & AddDesiredTaints(DesiredTaintsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCurrentLabels() const
AWS_SAGEMAKER_API ClusterKubernetesConfigNodeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue