7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/CustomControlMethod.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename LambdaT = Aws::String>
62 void SetLambda(LambdaT&& value) { m_lambdaHasBeenSet =
true; m_lambda = std::forward<LambdaT>(value); }
63 template<
typename LambdaT = Aws::String>
69 bool m_customControlHasBeenSet =
false;
72 bool m_lambdaHasBeenSet =
false;
void SetLambda(LambdaT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLambda() const
bool LambdaHasBeenSet() const
ActionGroupExecutor & WithCustomControl(CustomControlMethod value)
ActionGroupExecutor & WithLambda(LambdaT &&value)
AWS_BEDROCKAGENT_API ActionGroupExecutor(Aws::Utils::Json::JsonView jsonValue)
bool CustomControlHasBeenSet() const
void SetCustomControl(CustomControlMethod value)
CustomControlMethod GetCustomControl() const
AWS_BEDROCKAGENT_API ActionGroupExecutor()=default
AWS_BEDROCKAGENT_API ActionGroupExecutor & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue