7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template <
typename LabelsT = Aws::Map<Aws::String, Aws::String>>
51 m_labelsHasBeenSet =
true;
52 m_labels = std::forward<LabelsT>(value);
54 template <
typename LabelsT = Aws::Map<Aws::String, Aws::String>>
59 template <
typename LabelsKeyT = Aws::String,
typename LabelsValueT = Aws::String>
61 m_labelsHasBeenSet =
true;
62 m_labels.emplace(std::forward<LabelsKeyT>(key), std::forward<LabelsValueT>(value));
83 template <
typename AnnotationsT = Aws::Map<Aws::String, Aws::String>>
85 m_annotationsHasBeenSet =
true;
86 m_annotations = std::forward<AnnotationsT>(value);
88 template <
typename AnnotationsT = Aws::Map<Aws::String, Aws::String>>
93 template <
typename AnnotationsKeyT = Aws::String,
typename AnnotationsValueT = Aws::String>
95 m_annotationsHasBeenSet =
true;
96 m_annotations.emplace(std::forward<AnnotationsKeyT>(key), std::forward<AnnotationsValueT>(value));
122 template <
typename NamespaceT = Aws::String>
124 m_namespaceHasBeenSet =
true;
125 m_namespace = std::forward<NamespaceT>(value);
127 template <
typename NamespaceT = Aws::String>
139 bool m_labelsHasBeenSet =
false;
140 bool m_annotationsHasBeenSet =
false;
141 bool m_namespaceHasBeenSet =
false;
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