7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename TypeT = Aws::String>
60 m_typeHasBeenSet =
true;
61 m_type = std::forward<TypeT>(value);
63 template <
typename TypeT = Aws::String>
65 SetType(std::forward<TypeT>(value));
76 template <
typename ValueT = Aws::String>
78 m_valueHasBeenSet =
true;
79 m_value = std::forward<ValueT>(value);
81 template <
typename ValueT = Aws::String>
83 SetValue(std::forward<ValueT>(value));
93 bool m_nameHasBeenSet =
false;
94 bool m_typeHasBeenSet =
false;
95 bool m_valueHasBeenSet =
false;
const Aws::String & GetName() const
bool ValueHasBeenSet() const
Parameter & WithName(NameT &&value)
void SetName(NameT &&value)
void SetValue(ValueT &&value)
void SetType(TypeT &&value)
AWS_BEDROCKAGENTRUNTIME_API Parameter(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Parameter & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
AWS_BEDROCKAGENTRUNTIME_API Parameter()=default
bool TypeHasBeenSet() const
Parameter & WithValue(ValueT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
const Aws::String & GetValue() const
Parameter & WithType(TypeT &&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