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>
48 template<
typename ConfigurationT = Aws::Map<Aws::String, Aws::String>>
49 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
50 template<
typename ConfigurationT = Aws::Map<Aws::String, Aws::String>>
52 template<
typename ConfigurationKeyT = Aws::String,
typename ConfigurationValueT = Aws::String>
54 m_configurationHasBeenSet =
true; m_configuration.emplace(std::forward<ConfigurationKeyT>(key), std::forward<ConfigurationValueT>(value));
return *
this;
60 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