7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename TypeT = Aws::String>
64 m_typeHasBeenSet =
true;
65 m_type = std::forward<TypeT>(value);
67 template <
typename TypeT = Aws::String>
69 SetType(std::forward<TypeT>(value));
80 template <
typename ValueT = Aws::String>
82 m_valueHasBeenSet =
true;
83 m_value = std::forward<ValueT>(value);
85 template <
typename ValueT = Aws::String>
87 SetValue(std::forward<ValueT>(value));
97 bool m_nameHasBeenSet =
false;
98 bool m_typeHasBeenSet =
false;
99 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::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