7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodePipeline {
42 template <
typename ConfigurationT = Aws::Map<Aws::String, Aws::String>>
44 m_configurationHasBeenSet =
true;
45 m_configuration = std::forward<ConfigurationT>(value);
47 template <
typename ConfigurationT = Aws::Map<Aws::String, Aws::String>>
52 template <
typename ConfigurationKeyT = Aws::String,
typename ConfigurationValueT = Aws::String>
54 m_configurationHasBeenSet =
true;
55 m_configuration.emplace(std::forward<ConfigurationKeyT>(key), std::forward<ConfigurationValueT>(value));
61 bool m_configurationHasBeenSet =
false;
ActionConfiguration & AddConfiguration(ConfigurationKeyT &&key, ConfigurationValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetConfiguration() const
AWS_CODEPIPELINE_API ActionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConfigurationHasBeenSet() const
ActionConfiguration & WithConfiguration(ConfigurationT &&value)
void SetConfiguration(ConfigurationT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEPIPELINE_API ActionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API ActionConfiguration()=default
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue