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>
55 template<
typename LabelsT = Aws::Map<Aws::String, Aws::String>>
56 void SetLabels(LabelsT&& value) { m_labelsHasBeenSet =
true; m_labels = std::forward<LabelsT>(value); }
57 template<
typename LabelsT = Aws::Map<Aws::String, Aws::String>>
59 template<
typename LabelsKeyT = Aws::String,
typename LabelsValueT = Aws::String>
61 m_labelsHasBeenSet =
true; m_labels.emplace(std::forward<LabelsKeyT>(key), std::forward<LabelsValueT>(value));
return *
this;
81 template<
typename AnnotationsT = Aws::Map<Aws::String, Aws::String>>
82 void SetAnnotations(AnnotationsT&& value) { m_annotationsHasBeenSet =
true; m_annotations = std::forward<AnnotationsT>(value); }
83 template<
typename AnnotationsT = Aws::Map<Aws::String, Aws::String>>
85 template<
typename AnnotationsKeyT = Aws::String,
typename AnnotationsValueT = Aws::String>
87 m_annotationsHasBeenSet =
true; m_annotations.emplace(std::forward<AnnotationsKeyT>(key), std::forward<AnnotationsValueT>(value));
return *
this;
112 template<
typename NamespaceT = Aws::String>
113 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
114 template<
typename NamespaceT = Aws::String>
120 bool m_labelsHasBeenSet =
false;
123 bool m_annotationsHasBeenSet =
false;
126 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