7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kendra/model/EntityType.h>
50 template<
typename EntityIdT = Aws::String>
51 void SetEntityId(EntityIdT&& value) { m_entityIdHasBeenSet =
true; m_entityId = std::forward<EntityIdT>(value); }
52 template<
typename EntityIdT = Aws::String>
69 bool m_entityIdHasBeenSet =
false;
72 bool m_entityTypeHasBeenSet =
false;
bool EntityTypeHasBeenSet() const
AWS_KENDRA_API EntityConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool EntityIdHasBeenSet() const
EntityType GetEntityType() const
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KENDRA_API EntityConfiguration()=default
AWS_KENDRA_API EntityConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
EntityConfiguration & WithEntityType(EntityType value)
const Aws::String & GetEntityId() const
void SetEntityId(EntityIdT &&value)
EntityConfiguration & WithEntityId(EntityIdT &&value)
void SetEntityType(EntityType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue