7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/ArtifactDetail.h>
9#include <aws/codepipeline/model/RuleTypeId.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace CodePipeline {
50 template <
typename RuleTypeIdT = RuleTypeId>
52 m_ruleTypeIdHasBeenSet =
true;
53 m_ruleTypeId = std::forward<RuleTypeIdT>(value);
55 template <
typename RuleTypeIdT = RuleTypeId>
69 template <
typename ConfigurationT = Aws::Map<Aws::String, Aws::String>>
71 m_configurationHasBeenSet =
true;
72 m_configuration = std::forward<ConfigurationT>(value);
74 template <
typename ConfigurationT = Aws::Map<Aws::String, Aws::String>>
79 template <
typename ConfigurationKeyT = Aws::String,
typename ConfigurationValueT = Aws::String>
81 m_configurationHasBeenSet =
true;
82 m_configuration.emplace(std::forward<ConfigurationKeyT>(key), std::forward<ConfigurationValueT>(value));
94 template <
typename ResolvedConfigurationT = Aws::Map<Aws::String, Aws::String>>
96 m_resolvedConfigurationHasBeenSet =
true;
97 m_resolvedConfiguration = std::forward<ResolvedConfigurationT>(value);
99 template <
typename ResolvedConfigurationT = Aws::Map<Aws::String, Aws::String>>
104 template <
typename ResolvedConfigurationKeyT = Aws::String,
typename ResolvedConfigurationValueT = Aws::String>
106 m_resolvedConfigurationHasBeenSet =
true;
107 m_resolvedConfiguration.emplace(std::forward<ResolvedConfigurationKeyT>(key), std::forward<ResolvedConfigurationValueT>(value));
119 template <
typename RoleArnT = Aws::String>
121 m_roleArnHasBeenSet =
true;
122 m_roleArn = std::forward<RoleArnT>(value);
124 template <
typename RoleArnT = Aws::String>
137 template <
typename RegionT = Aws::String>
139 m_regionHasBeenSet =
true;
140 m_region = std::forward<RegionT>(value);
142 template <
typename RegionT = Aws::String>
156 template <
typename InputArtifactsT = Aws::Vector<ArtifactDetail>>
158 m_inputArtifactsHasBeenSet =
true;
159 m_inputArtifacts = std::forward<InputArtifactsT>(value);
161 template <
typename InputArtifactsT = Aws::Vector<ArtifactDetail>>
166 template <
typename InputArtifactsT = ArtifactDetail>
168 m_inputArtifactsHasBeenSet =
true;
169 m_inputArtifacts.emplace_back(std::forward<InputArtifactsT>(value));
185 bool m_ruleTypeIdHasBeenSet =
false;
186 bool m_configurationHasBeenSet =
false;
187 bool m_resolvedConfigurationHasBeenSet =
false;
188 bool m_roleArnHasBeenSet =
false;
189 bool m_regionHasBeenSet =
false;
190 bool m_inputArtifactsHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue