7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/EKS_EXPORTS.h>
42 template <
typename NamespaceT = Aws::String>
44 m_namespaceHasBeenSet =
true;
45 m_namespace = std::forward<NamespaceT>(value);
47 template <
typename NamespaceT = Aws::String>
62 template <
typename LabelsT = Aws::Map<Aws::String, Aws::String>>
64 m_labelsHasBeenSet =
true;
65 m_labels = std::forward<LabelsT>(value);
67 template <
typename LabelsT = Aws::Map<Aws::String, Aws::String>>
72 template <
typename LabelsKeyT = Aws::String,
typename LabelsValueT = Aws::String>
74 m_labelsHasBeenSet =
true;
75 m_labels.emplace(std::forward<LabelsKeyT>(key), std::forward<LabelsValueT>(value));
83 bool m_namespaceHasBeenSet =
false;
84 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