7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename NamespaceT = Aws::String>
49 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
50 template<
typename NamespaceT = Aws::String>
62 template<
typename LabelsT = Aws::Map<Aws::String, Aws::String>>
63 void SetLabels(LabelsT&& value) { m_labelsHasBeenSet =
true; m_labels = std::forward<LabelsT>(value); }
64 template<
typename LabelsT = Aws::Map<Aws::String, Aws::String>>
66 template<
typename LabelsKeyT = Aws::String,
typename LabelsValueT = Aws::String>
68 m_labelsHasBeenSet =
true; m_labels.emplace(std::forward<LabelsKeyT>(key), std::forward<LabelsValueT>(value));
return *
this;
74 bool m_namespaceHasBeenSet =
false;
77 bool m_labelsHasBeenSet =
false;
void SetNamespace(NamespaceT &&value)
AWS_EKS_API FargateProfileSelector()=default
FargateProfileSelector & WithNamespace(NamespaceT &&value)
const Aws::Map< Aws::String, Aws::String > & GetLabels() const
FargateProfileSelector & AddLabels(LabelsKeyT &&key, LabelsValueT &&value)
AWS_EKS_API FargateProfileSelector(Aws::Utils::Json::JsonView jsonValue)
FargateProfileSelector & WithLabels(LabelsT &&value)
const Aws::String & GetNamespace() const
bool NamespaceHasBeenSet() const
void SetLabels(LabelsT &&value)
AWS_EKS_API FargateProfileSelector & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LabelsHasBeenSet() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue