7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename TypeT = Aws::String>
62 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
63 template<
typename TypeT = Aws::String>
73 template<
typename ValueT = Aws::String>
74 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
75 template<
typename ValueT = Aws::String>
81 bool m_nameHasBeenSet =
false;
84 bool m_typeHasBeenSet =
false;
87 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue