7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/AssociationInfo.h>
44 template <
typename ActionArnsT = Aws::Map<Aws::String, Aws::String>>
46 m_actionArnsHasBeenSet =
true;
47 m_actionArns = std::forward<ActionArnsT>(value);
49 template <
typename ActionArnsT = Aws::Map<Aws::String, Aws::String>>
54 template <
typename ActionArnsKeyT = Aws::String,
typename ActionArnsValueT = Aws::String>
56 m_actionArnsHasBeenSet =
true;
57 m_actionArns.emplace(std::forward<ActionArnsKeyT>(key), std::forward<ActionArnsValueT>(value));
68 template <
typename ArtifactArnsT = Aws::Map<Aws::String, Aws::String>>
70 m_artifactArnsHasBeenSet =
true;
71 m_artifactArns = std::forward<ArtifactArnsT>(value);
73 template <
typename ArtifactArnsT = Aws::Map<Aws::String, Aws::String>>
78 template <
typename ArtifactArnsKeyT = Aws::String,
typename ArtifactArnsValueT = Aws::String>
80 m_artifactArnsHasBeenSet =
true;
81 m_artifactArns.emplace(std::forward<ArtifactArnsKeyT>(key), std::forward<ArtifactArnsValueT>(value));
92 template <
typename ContextArnsT = Aws::Map<Aws::String, Aws::String>>
94 m_contextArnsHasBeenSet =
true;
95 m_contextArns = std::forward<ContextArnsT>(value);
97 template <
typename ContextArnsT = Aws::Map<Aws::String, Aws::String>>
102 template <
typename ContextArnsKeyT = Aws::String,
typename ContextArnsValueT = Aws::String>
104 m_contextArnsHasBeenSet =
true;
105 m_contextArns.emplace(std::forward<ContextArnsKeyT>(key), std::forward<ContextArnsValueT>(value));
116 template <
typename AssociationsT = Aws::Vector<AssociationInfo>>
118 m_associationsHasBeenSet =
true;
119 m_associations = std::forward<AssociationsT>(value);
121 template <
typename AssociationsT = Aws::Vector<AssociationInfo>>
126 template <
typename AssociationsT = AssociationInfo>
128 m_associationsHasBeenSet =
true;
129 m_associations.emplace_back(std::forward<AssociationsT>(value));
141 bool m_actionArnsHasBeenSet =
false;
142 bool m_artifactArnsHasBeenSet =
false;
143 bool m_contextArnsHasBeenSet =
false;
144 bool m_associationsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue