7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/bedrock/model/GuardrailTopicType.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetDefinition(
const char* value) { m_definitionHasBeenSet =
true; m_definition.assign(value); }
101 bool m_nameHasBeenSet =
false;
104 bool m_definitionHasBeenSet =
false;
107 bool m_examplesHasBeenSet =
false;
110 bool m_typeHasBeenSet =
false;
AWS_BEDROCK_API GuardrailTopicConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetExamples() const
bool NameHasBeenSet() const
AWS_BEDROCK_API GuardrailTopicConfig()
GuardrailTopicConfig & WithDefinition(const char *value)
bool TypeHasBeenSet() const
void SetExamples(const Aws::Vector< Aws::String > &value)
void SetName(const Aws::String &value)
GuardrailTopicConfig & WithName(const char *value)
bool DefinitionHasBeenSet() const
AWS_BEDROCK_API GuardrailTopicConfig(Aws::Utils::Json::JsonView jsonValue)
GuardrailTopicConfig & WithName(Aws::String &&value)
GuardrailTopicConfig & WithDefinition(Aws::String &&value)
void SetDefinition(const Aws::String &value)
void SetType(GuardrailTopicType &&value)
GuardrailTopicConfig & WithType(const GuardrailTopicType &value)
void SetDefinition(Aws::String &&value)
bool ExamplesHasBeenSet() const
const Aws::String & GetDefinition() const
void SetType(const GuardrailTopicType &value)
const GuardrailTopicType & GetType() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDefinition(const char *value)
GuardrailTopicConfig & WithExamples(Aws::Vector< Aws::String > &&value)
const Aws::String & GetName() const
GuardrailTopicConfig & WithExamples(const Aws::Vector< Aws::String > &value)
GuardrailTopicConfig & WithType(GuardrailTopicType &&value)
void SetName(Aws::String &&value)
GuardrailTopicConfig & AddExamples(const char *value)
GuardrailTopicConfig & WithDefinition(const Aws::String &value)
GuardrailTopicConfig & WithName(const Aws::String &value)
GuardrailTopicConfig & AddExamples(const Aws::String &value)
void SetName(const char *value)
GuardrailTopicConfig & AddExamples(Aws::String &&value)
void SetExamples(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue