7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/RuleTypeId.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/codepipeline/model/ArtifactDetail.h>
56 template<
typename RuleTypeIdT = RuleTypeId>
57 void SetRuleTypeId(RuleTypeIdT&& value) { m_ruleTypeIdHasBeenSet =
true; m_ruleTypeId = std::forward<RuleTypeIdT>(value); }
58 template<
typename RuleTypeIdT = RuleTypeId>
69 template<
typename ConfigurationT = Aws::Map<Aws::String, Aws::String>>
70 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
71 template<
typename ConfigurationT = Aws::Map<Aws::String, Aws::String>>
73 template<
typename ConfigurationKeyT = Aws::String,
typename ConfigurationValueT = Aws::String>
75 m_configurationHasBeenSet =
true; m_configuration.emplace(std::forward<ConfigurationKeyT>(key), std::forward<ConfigurationValueT>(value));
return *
this;
86 template<
typename ResolvedConfigurationT = Aws::Map<Aws::String, Aws::String>>
87 void SetResolvedConfiguration(ResolvedConfigurationT&& value) { m_resolvedConfigurationHasBeenSet =
true; m_resolvedConfiguration = std::forward<ResolvedConfigurationT>(value); }
88 template<
typename ResolvedConfigurationT = Aws::Map<Aws::String, Aws::String>>
90 template<
typename ResolvedConfigurationKeyT = Aws::String,
typename ResolvedConfigurationValueT = Aws::String>
92 m_resolvedConfigurationHasBeenSet =
true; m_resolvedConfiguration.emplace(std::forward<ResolvedConfigurationKeyT>(key), std::forward<ResolvedConfigurationValueT>(value));
return *
this;
103 template<
typename RoleArnT = Aws::String>
104 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
105 template<
typename RoleArnT = Aws::String>
115 template<
typename RegionT = Aws::String>
116 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
117 template<
typename RegionT = Aws::String>
128 template<
typename InputArtifactsT = Aws::Vector<ArtifactDetail>>
129 void SetInputArtifacts(InputArtifactsT&& value) { m_inputArtifactsHasBeenSet =
true; m_inputArtifacts = std::forward<InputArtifactsT>(value); }
130 template<
typename InputArtifactsT = Aws::Vector<ArtifactDetail>>
132 template<
typename InputArtifactsT = ArtifactDetail>
138 bool m_ruleTypeIdHasBeenSet =
false;
141 bool m_configurationHasBeenSet =
false;
144 bool m_resolvedConfigurationHasBeenSet =
false;
147 bool m_roleArnHasBeenSet =
false;
150 bool m_regionHasBeenSet =
false;
153 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