7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/IncludeExclude.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgent {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
82 m_inclusionHasBeenSet =
true;
96 bool m_nameHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
98 bool m_inclusionHasBeenSet =
false;
AWS_BEDROCKAGENT_API QueryGenerationColumn(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
QueryGenerationColumn & WithInclusion(IncludeExclude value)
bool NameHasBeenSet() const
AWS_BEDROCKAGENT_API QueryGenerationColumn & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InclusionHasBeenSet() const
void SetDescription(DescriptionT &&value)
QueryGenerationColumn & WithDescription(DescriptionT &&value)
void SetInclusion(IncludeExclude value)
IncludeExclude GetInclusion() const
const Aws::String & GetDescription() const
QueryGenerationColumn & WithName(NameT &&value)
AWS_BEDROCKAGENT_API QueryGenerationColumn()=default
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
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