7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/AttributeType.h>
10#include <aws/qbusiness/model/Status.h>
53 template<
typename NameT = Aws::String>
54 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
76 inline void SetSearch(
Status value) { m_searchHasBeenSet =
true; m_search = value; }
82 bool m_nameHasBeenSet =
false;
85 bool m_typeHasBeenSet =
false;
88 bool m_searchHasBeenSet =
false;
DocumentAttributeConfiguration & WithSearch(Status value)
void SetSearch(Status value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AttributeType GetType() const
DocumentAttributeConfiguration & WithType(AttributeType value)
AWS_QBUSINESS_API DocumentAttributeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API DocumentAttributeConfiguration()=default
void SetName(NameT &&value)
DocumentAttributeConfiguration & WithName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetType(AttributeType value)
bool TypeHasBeenSet() const
bool SearchHasBeenSet() const
AWS_QBUSINESS_API DocumentAttributeConfiguration(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