7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename LambdaFunctionArnT = Aws::String>
48 void SetLambdaFunctionArn(LambdaFunctionArnT&& value) { m_lambdaFunctionArnHasBeenSet =
true; m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value); }
49 template<
typename LambdaFunctionArnT = Aws::String>
55 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