7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearchserverless/model/IamIdentityCenterUserAttribute.h>
10#include <aws/opensearchserverless/model/IamIdentityCenterGroupAttribute.h>
23namespace OpenSearchServerless
51 template<
typename InstanceArnT = Aws::String>
52 void SetInstanceArn(InstanceArnT&& value) { m_instanceArnHasBeenSet =
true; m_instanceArn = std::forward<InstanceArnT>(value); }
53 template<
typename InstanceArnT = Aws::String>
81 bool m_instanceArnHasBeenSet =
false;
84 bool m_userAttributeHasBeenSet =
false;
87 bool m_groupAttributeHasBeenSet =
false;
CreateIamIdentityCenterConfigOptions & WithUserAttribute(IamIdentityCenterUserAttribute value)
IamIdentityCenterGroupAttribute GetGroupAttribute() const
const Aws::String & GetInstanceArn() const
void SetUserAttribute(IamIdentityCenterUserAttribute value)
AWS_OPENSEARCHSERVERLESS_API CreateIamIdentityCenterConfigOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UserAttributeHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool GroupAttributeHasBeenSet() const
void SetInstanceArn(InstanceArnT &&value)
AWS_OPENSEARCHSERVERLESS_API CreateIamIdentityCenterConfigOptions(Aws::Utils::Json::JsonView jsonValue)
CreateIamIdentityCenterConfigOptions & WithInstanceArn(InstanceArnT &&value)
CreateIamIdentityCenterConfigOptions & WithGroupAttribute(IamIdentityCenterGroupAttribute value)
IamIdentityCenterUserAttribute GetUserAttribute() const
void SetGroupAttribute(IamIdentityCenterGroupAttribute value)
bool InstanceArnHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API CreateIamIdentityCenterConfigOptions()=default
IamIdentityCenterGroupAttribute
IamIdentityCenterUserAttribute
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue