AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateIamIdentityCenterConfigOptions.h
1
6#pragma once
7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/opensearchserverless/model/IamIdentityCenterGroupAttribute.h>
9#include <aws/opensearchserverless/model/IamIdentityCenterUserAttribute.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace OpenSearchServerless
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_OPENSEARCHSERVERLESS_API UpdateIamIdentityCenterConfigOptions();
40 AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline const IamIdentityCenterGroupAttribute& GetGroupAttribute() const{ return m_groupAttribute; }
49 inline bool GroupAttributeHasBeenSet() const { return m_groupAttributeHasBeenSet; }
50 inline void SetGroupAttribute(const IamIdentityCenterGroupAttribute& value) { m_groupAttributeHasBeenSet = true; m_groupAttribute = value; }
51 inline void SetGroupAttribute(IamIdentityCenterGroupAttribute&& value) { m_groupAttributeHasBeenSet = true; m_groupAttribute = std::move(value); }
55
57
61 inline const IamIdentityCenterUserAttribute& GetUserAttribute() const{ return m_userAttribute; }
62 inline bool UserAttributeHasBeenSet() const { return m_userAttributeHasBeenSet; }
63 inline void SetUserAttribute(const IamIdentityCenterUserAttribute& value) { m_userAttributeHasBeenSet = true; m_userAttribute = value; }
64 inline void SetUserAttribute(IamIdentityCenterUserAttribute&& value) { m_userAttributeHasBeenSet = true; m_userAttribute = std::move(value); }
68 private:
69
70 IamIdentityCenterGroupAttribute m_groupAttribute;
71 bool m_groupAttributeHasBeenSet = false;
72
73 IamIdentityCenterUserAttribute m_userAttribute;
74 bool m_userAttributeHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace OpenSearchServerless
79} // namespace Aws
UpdateIamIdentityCenterConfigOptions & WithGroupAttribute(const IamIdentityCenterGroupAttribute &value)
UpdateIamIdentityCenterConfigOptions & WithUserAttribute(IamIdentityCenterUserAttribute &&value)
UpdateIamIdentityCenterConfigOptions & WithGroupAttribute(IamIdentityCenterGroupAttribute &&value)
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OPENSEARCHSERVERLESS_API UpdateIamIdentityCenterConfigOptions(Aws::Utils::Json::JsonView jsonValue)
UpdateIamIdentityCenterConfigOptions & WithUserAttribute(const IamIdentityCenterUserAttribute &value)
AWS_OPENSEARCHSERVERLESS_API UpdateIamIdentityCenterConfigOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue