7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
79 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
87 bool m_nameHasBeenSet =
false;
90 bool m_typeHasBeenSet =
false;
93 bool m_valueHasBeenSet =
false;
ApiParameter & WithType(Aws::String &&value)
void SetValue(Aws::String &&value)
ApiParameter & WithValue(const Aws::String &value)
void SetType(Aws::String &&value)
const Aws::String & GetName() const
ApiParameter & WithName(const char *value)
void SetName(Aws::String &&value)
void SetType(const Aws::String &value)
ApiParameter & WithValue(Aws::String &&value)
ApiParameter & WithName(const Aws::String &value)
AWS_BEDROCKAGENTRUNTIME_API ApiParameter(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
void SetName(const Aws::String &value)
AWS_BEDROCKAGENTRUNTIME_API ApiParameter()
void SetValue(const char *value)
ApiParameter & WithType(const char *value)
bool ValueHasBeenSet() const
void SetValue(const Aws::String &value)
bool TypeHasBeenSet() const
ApiParameter & WithValue(const char *value)
AWS_BEDROCKAGENTRUNTIME_API ApiParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
ApiParameter & WithType(const Aws::String &value)
void SetType(const char *value)
const Aws::String & GetType() const
bool NameHasBeenSet() const
ApiParameter & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue