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>
20namespace BedrockAgentRuntime {
46 m_customControlHasBeenSet =
true;
47 m_customControl = value;
62 template <
typename LambdaT = Aws::String>
64 m_lambdaHasBeenSet =
true;
65 m_lambda = std::forward<LambdaT>(value);
67 template <
typename LambdaT = Aws::String>
77 bool m_customControlHasBeenSet =
false;
78 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue