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