7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/ActionTypeId.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>
48 template<
typename ActionTypeIdT = ActionTypeId>
49 void SetActionTypeId(ActionTypeIdT&& value) { m_actionTypeIdHasBeenSet =
true; m_actionTypeId = std::forward<ActionTypeIdT>(value); }
50 template<
typename ActionTypeIdT = ActionTypeId>
60 template<
typename ConfigurationT = Aws::Map<Aws::String, Aws::String>>
61 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
62 template<
typename ConfigurationT = Aws::Map<Aws::String, Aws::String>>
64 template<
typename ConfigurationKeyT = Aws::String,
typename ConfigurationValueT = Aws::String>
66 m_configurationHasBeenSet =
true; m_configuration.emplace(std::forward<ConfigurationKeyT>(key), std::forward<ConfigurationValueT>(value));
return *
this;
77 template<
typename ResolvedConfigurationT = Aws::Map<Aws::String, Aws::String>>
78 void SetResolvedConfiguration(ResolvedConfigurationT&& value) { m_resolvedConfigurationHasBeenSet =
true; m_resolvedConfiguration = std::forward<ResolvedConfigurationT>(value); }
79 template<
typename ResolvedConfigurationT = Aws::Map<Aws::String, Aws::String>>
81 template<
typename ResolvedConfigurationKeyT = Aws::String,
typename ResolvedConfigurationValueT = Aws::String>
83 m_resolvedConfigurationHasBeenSet =
true; m_resolvedConfiguration.emplace(std::forward<ResolvedConfigurationKeyT>(key), std::forward<ResolvedConfigurationValueT>(value));
return *
this;
94 template<
typename RoleArnT = Aws::String>
95 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
96 template<
typename RoleArnT = Aws::String>
106 template<
typename RegionT = Aws::String>
107 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
108 template<
typename RegionT = Aws::String>
119 template<
typename InputArtifactsT = Aws::Vector<ArtifactDetail>>
120 void SetInputArtifacts(InputArtifactsT&& value) { m_inputArtifactsHasBeenSet =
true; m_inputArtifacts = std::forward<InputArtifactsT>(value); }
121 template<
typename InputArtifactsT = Aws::Vector<ArtifactDetail>>
123 template<
typename InputArtifactsT = ArtifactDetail>
134 template<
typename NamespaceT = Aws::String>
135 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
136 template<
typename NamespaceT = Aws::String>
142 bool m_actionTypeIdHasBeenSet =
false;
145 bool m_configurationHasBeenSet =
false;
148 bool m_resolvedConfigurationHasBeenSet =
false;
151 bool m_roleArnHasBeenSet =
false;
154 bool m_regionHasBeenSet =
false;
157 bool m_inputArtifactsHasBeenSet =
false;
160 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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue