7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/ClusterKubernetesTaintEffect.h>
42 template <
typename KeyT = Aws::String>
44 m_keyHasBeenSet =
true;
45 m_key = std::forward<KeyT>(value);
47 template <
typename KeyT = Aws::String>
49 SetKey(std::forward<KeyT>(value));
60 template <
typename ValueT = Aws::String>
62 m_valueHasBeenSet =
true;
63 m_value = std::forward<ValueT>(value);
65 template <
typename ValueT = Aws::String>
67 SetValue(std::forward<ValueT>(value));
80 m_effectHasBeenSet =
true;
94 bool m_keyHasBeenSet =
false;
95 bool m_valueHasBeenSet =
false;
96 bool m_effectHasBeenSet =
false;
ClusterKubernetesTaint & WithKey(KeyT &&value)
void SetKey(KeyT &&value)
ClusterKubernetesTaint & WithValue(ValueT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEffect(ClusterKubernetesTaintEffect value)
bool ValueHasBeenSet() const
AWS_SAGEMAKER_API ClusterKubernetesTaint(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
ClusterKubernetesTaintEffect GetEffect() const
ClusterKubernetesTaint & WithEffect(ClusterKubernetesTaintEffect value)
bool EffectHasBeenSet() const
AWS_SAGEMAKER_API ClusterKubernetesTaint()=default
const Aws::String & GetKey() const
AWS_SAGEMAKER_API ClusterKubernetesTaint & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
bool KeyHasBeenSet() const
ClusterKubernetesTaintEffect
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue