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>
65 inline void SetLambda(
const char* value) { m_lambdaHasBeenSet =
true; m_lambda.assign(value); }
73 bool m_customControlHasBeenSet =
false;
76 bool m_lambdaHasBeenSet =
false;
ActionGroupExecutor & WithCustomControl(const CustomControlMethod &value)
AWS_BEDROCKAGENT_API ActionGroupExecutor()
void SetLambda(const Aws::String &value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLambda(const char *value)
const Aws::String & GetLambda() const
ActionGroupExecutor & WithLambda(Aws::String &&value)
bool LambdaHasBeenSet() const
ActionGroupExecutor & WithCustomControl(CustomControlMethod &&value)
ActionGroupExecutor & WithLambda(const char *value)
AWS_BEDROCKAGENT_API ActionGroupExecutor(Aws::Utils::Json::JsonView jsonValue)
bool CustomControlHasBeenSet() const
const CustomControlMethod & GetCustomControl() const
void SetCustomControl(const CustomControlMethod &value)
void SetLambda(Aws::String &&value)
ActionGroupExecutor & WithLambda(const Aws::String &value)
AWS_BEDROCKAGENT_API ActionGroupExecutor & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomControl(CustomControlMethod &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue