/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the configuration information for users or groups in your IAM
* Identity Center identity source to grant access your Amazon Kendra
* experience.See Also:
AWS
* API Reference
The identifier of a user or group in your IAM Identity Center identity * source. For example, a user ID could be an email.
*/ inline const Aws::String& GetEntityId() const{ return m_entityId; } /** *The identifier of a user or group in your IAM Identity Center identity * source. For example, a user ID could be an email.
*/ inline bool EntityIdHasBeenSet() const { return m_entityIdHasBeenSet; } /** *The identifier of a user or group in your IAM Identity Center identity * source. For example, a user ID could be an email.
*/ inline void SetEntityId(const Aws::String& value) { m_entityIdHasBeenSet = true; m_entityId = value; } /** *The identifier of a user or group in your IAM Identity Center identity * source. For example, a user ID could be an email.
*/ inline void SetEntityId(Aws::String&& value) { m_entityIdHasBeenSet = true; m_entityId = std::move(value); } /** *The identifier of a user or group in your IAM Identity Center identity * source. For example, a user ID could be an email.
*/ inline void SetEntityId(const char* value) { m_entityIdHasBeenSet = true; m_entityId.assign(value); } /** *The identifier of a user or group in your IAM Identity Center identity * source. For example, a user ID could be an email.
*/ inline EntityConfiguration& WithEntityId(const Aws::String& value) { SetEntityId(value); return *this;} /** *The identifier of a user or group in your IAM Identity Center identity * source. For example, a user ID could be an email.
*/ inline EntityConfiguration& WithEntityId(Aws::String&& value) { SetEntityId(std::move(value)); return *this;} /** *The identifier of a user or group in your IAM Identity Center identity * source. For example, a user ID could be an email.
*/ inline EntityConfiguration& WithEntityId(const char* value) { SetEntityId(value); return *this;} /** *Specifies whether you are configuring a User
or a
* Group
.
Specifies whether you are configuring a User
or a
* Group
.
Specifies whether you are configuring a User
or a
* Group
.
Specifies whether you are configuring a User
or a
* Group
.
Specifies whether you are configuring a User
or a
* Group
.
Specifies whether you are configuring a User
or a
* Group
.