7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename TypeT = Aws::String>
63 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
64 template<
typename TypeT = Aws::String>
74 template<
typename ValueT = Aws::String>
75 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
76 template<
typename ValueT = Aws::String>
82 bool m_nameHasBeenSet =
false;
85 bool m_typeHasBeenSet =
false;
88 bool m_valueHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API FunctionParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
AWS_BEDROCKAGENTRUNTIME_API FunctionParameter()=default
bool NameHasBeenSet() const
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
void SetName(NameT &&value)
FunctionParameter & WithName(NameT &&value)
void SetType(TypeT &&value)
AWS_BEDROCKAGENTRUNTIME_API FunctionParameter(Aws::Utils::Json::JsonView jsonValue)
FunctionParameter & WithType(TypeT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetType() const
FunctionParameter & WithValue(ValueT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue