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