7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9#include <aws/qbusiness/model/AttributeType.h>
10#include <aws/qbusiness/model/Status.h>
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
66 m_typeHasBeenSet =
true;
83 m_searchHasBeenSet =
true;
97 bool m_nameHasBeenSet =
false;
98 bool m_typeHasBeenSet =
false;
99 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