AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UserIdentityConfiguration.h
1
6#pragma once
7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace kendra
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_KENDRA_API UserIdentityConfiguration() = default;
38 AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
53 inline const Aws::String& GetIdentityAttributeName() const { return m_identityAttributeName; }
54 inline bool IdentityAttributeNameHasBeenSet() const { return m_identityAttributeNameHasBeenSet; }
55 template<typename IdentityAttributeNameT = Aws::String>
56 void SetIdentityAttributeName(IdentityAttributeNameT&& value) { m_identityAttributeNameHasBeenSet = true; m_identityAttributeName = std::forward<IdentityAttributeNameT>(value); }
57 template<typename IdentityAttributeNameT = Aws::String>
58 UserIdentityConfiguration& WithIdentityAttributeName(IdentityAttributeNameT&& value) { SetIdentityAttributeName(std::forward<IdentityAttributeNameT>(value)); return *this;}
60 private:
61
62 Aws::String m_identityAttributeName;
63 bool m_identityAttributeNameHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace kendra
68} // namespace Aws
UserIdentityConfiguration & WithIdentityAttributeName(IdentityAttributeNameT &&value)
AWS_KENDRA_API UserIdentityConfiguration()=default
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIdentityAttributeName(IdentityAttributeNameT &&value)
AWS_KENDRA_API UserIdentityConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API UserIdentityConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue