7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename KeyPathT = Aws::String>
50 void SetKeyPath(KeyPathT&& value) { m_keyPathHasBeenSet =
true; m_keyPath = std::forward<KeyPathT>(value); }
51 template<
typename KeyPathT = Aws::String>
57 bool m_keyPathHasBeenSet =
false;
AccessControlListConfiguration & WithKeyPath(KeyPathT &&value)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KENDRA_API AccessControlListConfiguration()=default
const Aws::String & GetKeyPath() const
bool KeyPathHasBeenSet() const
AWS_KENDRA_API AccessControlListConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeyPath(KeyPathT &&value)
AWS_KENDRA_API AccessControlListConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue