7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockRuntime {
42 template <
typename SchemaT = Aws::String>
44 m_schemaHasBeenSet =
true;
45 m_schema = std::forward<SchemaT>(value);
47 template <
typename SchemaT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
95 bool m_schemaHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
JsonSchemaDefinition & WithName(NameT &&value)
const Aws::String & GetDescription() const
AWS_BEDROCKRUNTIME_API JsonSchemaDefinition()=default
void SetName(NameT &&value)
const Aws::String & GetName() const
JsonSchemaDefinition & WithSchema(SchemaT &&value)
bool DescriptionHasBeenSet() const
bool SchemaHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
JsonSchemaDefinition & WithDescription(DescriptionT &&value)
const Aws::String & GetSchema() const
AWS_BEDROCKRUNTIME_API JsonSchemaDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSchema(SchemaT &&value)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKRUNTIME_API JsonSchemaDefinition(Aws::Utils::Json::JsonView jsonValue)
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