7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodePipeline {
41 template <
typename LambdaFunctionArnT = Aws::String>
43 m_lambdaFunctionArnHasBeenSet =
true;
44 m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value);
46 template <
typename LambdaFunctionArnT = Aws::String>
54 bool m_lambdaFunctionArnHasBeenSet =
false;
AWS_CODEPIPELINE_API LambdaExecutorConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
LambdaExecutorConfiguration & WithLambdaFunctionArn(LambdaFunctionArnT &&value)
AWS_CODEPIPELINE_API LambdaExecutorConfiguration()=default
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLambdaFunctionArn() const
bool LambdaFunctionArnHasBeenSet() const
void SetLambdaFunctionArn(LambdaFunctionArnT &&value)
AWS_CODEPIPELINE_API LambdaExecutorConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue