AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
UpdateIamIdentityCenterConfigOptions.h
1
6#pragma once
7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/opensearchserverless/model/IamIdentityCenterUserAttribute.h>
9#include <aws/opensearchserverless/model/IamIdentityCenterGroupAttribute.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() = default;
40 AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline IamIdentityCenterUserAttribute GetUserAttribute() const { return m_userAttribute; }
49 inline bool UserAttributeHasBeenSet() const { return m_userAttributeHasBeenSet; }
50 inline void SetUserAttribute(IamIdentityCenterUserAttribute value) { m_userAttributeHasBeenSet = true; m_userAttribute = value; }
53
55
59 inline IamIdentityCenterGroupAttribute GetGroupAttribute() const { return m_groupAttribute; }
60 inline bool GroupAttributeHasBeenSet() const { return m_groupAttributeHasBeenSet; }
61 inline void SetGroupAttribute(IamIdentityCenterGroupAttribute value) { m_groupAttributeHasBeenSet = true; m_groupAttribute = value; }
64 private:
65
67 bool m_userAttributeHasBeenSet = false;
68
70 bool m_groupAttributeHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace OpenSearchServerless
75} // namespace Aws
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)
AWS_OPENSEARCHSERVERLESS_API UpdateIamIdentityCenterConfigOptions()=default
AWS_OPENSEARCHSERVERLESS_API UpdateIamIdentityCenterConfigOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue