7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename TypeT = Aws::String>
63 m_typeHasBeenSet =
true;
64 m_type = std::forward<TypeT>(value);
66 template <
typename TypeT = Aws::String>
68 SetType(std::forward<TypeT>(value));
79 template <
typename ValueT = Aws::String>
81 m_valueHasBeenSet =
true;
82 m_value = std::forward<ValueT>(value);
84 template <
typename ValueT = Aws::String>
86 SetValue(std::forward<ValueT>(value));
96 bool m_nameHasBeenSet =
false;
97 bool m_typeHasBeenSet =
false;
98 bool m_valueHasBeenSet =
false;
ApiParameter & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_BEDROCKAGENTRUNTIME_API ApiParameter()=default
ApiParameter & WithValue(ValueT &&value)
AWS_BEDROCKAGENTRUNTIME_API ApiParameter(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
void SetValue(ValueT &&value)
void SetType(TypeT &&value)
bool ValueHasBeenSet() const
bool TypeHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API ApiParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetType() const
ApiParameter & WithType(TypeT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() 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