AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeGroupMembershipResult.h
1
6#pragma once
7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/identitystore/model/MemberId.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace IdentityStore
25{
26namespace Model
27{
29 {
30 public:
31 AWS_IDENTITYSTORE_API DescribeGroupMembershipResult();
34
35
37
40 inline const Aws::String& GetIdentityStoreId() const{ return m_identityStoreId; }
41 inline void SetIdentityStoreId(const Aws::String& value) { m_identityStoreId = value; }
42 inline void SetIdentityStoreId(Aws::String&& value) { m_identityStoreId = std::move(value); }
43 inline void SetIdentityStoreId(const char* value) { m_identityStoreId.assign(value); }
45 inline DescribeGroupMembershipResult& WithIdentityStoreId(Aws::String&& value) { SetIdentityStoreId(std::move(value)); return *this;}
46 inline DescribeGroupMembershipResult& WithIdentityStoreId(const char* value) { SetIdentityStoreId(value); return *this;}
48
50
53 inline const Aws::String& GetMembershipId() const{ return m_membershipId; }
54 inline void SetMembershipId(const Aws::String& value) { m_membershipId = value; }
55 inline void SetMembershipId(Aws::String&& value) { m_membershipId = std::move(value); }
56 inline void SetMembershipId(const char* value) { m_membershipId.assign(value); }
57 inline DescribeGroupMembershipResult& WithMembershipId(const Aws::String& value) { SetMembershipId(value); return *this;}
58 inline DescribeGroupMembershipResult& WithMembershipId(Aws::String&& value) { SetMembershipId(std::move(value)); return *this;}
59 inline DescribeGroupMembershipResult& WithMembershipId(const char* value) { SetMembershipId(value); return *this;}
61
63
66 inline const Aws::String& GetGroupId() const{ return m_groupId; }
67 inline void SetGroupId(const Aws::String& value) { m_groupId = value; }
68 inline void SetGroupId(Aws::String&& value) { m_groupId = std::move(value); }
69 inline void SetGroupId(const char* value) { m_groupId.assign(value); }
70 inline DescribeGroupMembershipResult& WithGroupId(const Aws::String& value) { SetGroupId(value); return *this;}
71 inline DescribeGroupMembershipResult& WithGroupId(Aws::String&& value) { SetGroupId(std::move(value)); return *this;}
72 inline DescribeGroupMembershipResult& WithGroupId(const char* value) { SetGroupId(value); return *this;}
74
76
77 inline const MemberId& GetMemberId() const{ return m_memberId; }
78 inline void SetMemberId(const MemberId& value) { m_memberId = value; }
79 inline void SetMemberId(MemberId&& value) { m_memberId = std::move(value); }
80 inline DescribeGroupMembershipResult& WithMemberId(const MemberId& value) { SetMemberId(value); return *this;}
81 inline DescribeGroupMembershipResult& WithMemberId(MemberId&& value) { SetMemberId(std::move(value)); return *this;}
83
85
86 inline const Aws::String& GetRequestId() const{ return m_requestId; }
87 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
88 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
89 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
90 inline DescribeGroupMembershipResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
91 inline DescribeGroupMembershipResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
92 inline DescribeGroupMembershipResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
94 private:
95
96 Aws::String m_identityStoreId;
97
98 Aws::String m_membershipId;
99
100 Aws::String m_groupId;
101
102 MemberId m_memberId;
103
104 Aws::String m_requestId;
105 };
106
107} // namespace Model
108} // namespace IdentityStore
109} // namespace Aws
DescribeGroupMembershipResult & WithMemberId(const MemberId &value)
AWS_IDENTITYSTORE_API DescribeGroupMembershipResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeGroupMembershipResult & WithMembershipId(Aws::String &&value)
DescribeGroupMembershipResult & WithGroupId(const char *value)
DescribeGroupMembershipResult & WithMemberId(MemberId &&value)
DescribeGroupMembershipResult & WithMembershipId(const Aws::String &value)
DescribeGroupMembershipResult & WithMembershipId(const char *value)
DescribeGroupMembershipResult & WithIdentityStoreId(const char *value)
DescribeGroupMembershipResult & WithRequestId(const Aws::String &value)
DescribeGroupMembershipResult & WithIdentityStoreId(Aws::String &&value)
DescribeGroupMembershipResult & WithIdentityStoreId(const Aws::String &value)
DescribeGroupMembershipResult & WithGroupId(Aws::String &&value)
DescribeGroupMembershipResult & WithGroupId(const Aws::String &value)
DescribeGroupMembershipResult & WithRequestId(const char *value)
AWS_IDENTITYSTORE_API DescribeGroupMembershipResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeGroupMembershipResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue