7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/Type.h>
61 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
74 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
84 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
85 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
92 bool m_descriptionHasBeenSet =
false;
95 bool m_requiredHasBeenSet =
false;
98 bool m_typeHasBeenSet =
false;
bool DescriptionHasBeenSet() const
ParameterDetail & WithDescription(const Aws::String &value)
void SetDescription(const Aws::String &value)
ParameterDetail & WithRequired(bool value)
void SetDescription(const char *value)
void SetType(Type &&value)
ParameterDetail & WithType(Type &&value)
const Type & GetType() const
bool TypeHasBeenSet() const
void SetRequired(bool value)
const Aws::String & GetDescription() const
ParameterDetail & WithType(const Type &value)
void SetType(const Type &value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
ParameterDetail & WithDescription(Aws::String &&value)
AWS_BEDROCKAGENT_API ParameterDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RequiredHasBeenSet() const
void SetDescription(Aws::String &&value)
AWS_BEDROCKAGENT_API ParameterDetail()
AWS_BEDROCKAGENT_API ParameterDetail(Aws::Utils::Json::JsonView jsonValue)
ParameterDetail & WithDescription(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue