7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/identitystore/IdentityStoreRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/identitystore/model/MemberId.h>
15namespace IdentityStore
44 template<
typename IdentityStoreIdT = Aws::String>
45 void SetIdentityStoreId(IdentityStoreIdT&& value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId = std::forward<IdentityStoreIdT>(value); }
46 template<
typename IdentityStoreIdT = Aws::String>
56 template<
typename GroupIdT = Aws::String>
57 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
58 template<
typename GroupIdT = Aws::String>
70 template<
typename MemberIdT = MemberId>
71 void SetMemberId(MemberIdT&& value) { m_memberIdHasBeenSet =
true; m_memberId = std::forward<MemberIdT>(value); }
72 template<
typename MemberIdT = MemberId>
78 bool m_identityStoreIdHasBeenSet =
false;
81 bool m_groupIdHasBeenSet =
false;
84 bool m_memberIdHasBeenSet =
false;
bool MemberIdHasBeenSet() const
void SetMemberId(MemberIdT &&value)
AWS_IDENTITYSTORE_API GetGroupMembershipIdRequest()=default
virtual const char * GetServiceRequestName() const override
const MemberId & GetMemberId() const
void SetGroupId(GroupIdT &&value)
AWS_IDENTITYSTORE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIdentityStoreId(IdentityStoreIdT &&value)
GetGroupMembershipIdRequest & WithMemberId(MemberIdT &&value)
GetGroupMembershipIdRequest & WithGroupId(GroupIdT &&value)
bool IdentityStoreIdHasBeenSet() const
bool GroupIdHasBeenSet() const
AWS_IDENTITYSTORE_API Aws::String SerializePayload() const override
const Aws::String & GetGroupId() const
GetGroupMembershipIdRequest & WithIdentityStoreId(IdentityStoreIdT &&value)
const Aws::String & GetIdentityStoreId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String