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>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace IdentityStore
45 template<
typename IdentityStoreIdT = Aws::String>
46 void SetIdentityStoreId(IdentityStoreIdT&& value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId = std::forward<IdentityStoreIdT>(value); }
47 template<
typename IdentityStoreIdT = Aws::String>
57 template<
typename MemberIdT = MemberId>
58 void SetMemberId(MemberIdT&& value) { m_memberIdHasBeenSet =
true; m_memberId = std::forward<MemberIdT>(value); }
59 template<
typename MemberIdT = MemberId>
69 template<
typename GroupIdsT = Aws::Vector<Aws::String>>
70 void SetGroupIds(GroupIdsT&& value) { m_groupIdsHasBeenSet =
true; m_groupIds = std::forward<GroupIdsT>(value); }
71 template<
typename GroupIdsT = Aws::Vector<Aws::String>>
73 template<
typename GroupIdsT = Aws::String>
79 bool m_identityStoreIdHasBeenSet =
false;
82 bool m_memberIdHasBeenSet =
false;
85 bool m_groupIdsHasBeenSet =
false;
void SetMemberId(MemberIdT &&value)
bool MemberIdHasBeenSet() const
AWS_IDENTITYSTORE_API IsMemberInGroupsRequest()=default
const MemberId & GetMemberId() const
virtual const char * GetServiceRequestName() const override
void SetGroupIds(GroupIdsT &&value)
IsMemberInGroupsRequest & WithGroupIds(GroupIdsT &&value)
AWS_IDENTITYSTORE_API Aws::String SerializePayload() const override
bool GroupIdsHasBeenSet() const
IsMemberInGroupsRequest & WithMemberId(MemberIdT &&value)
AWS_IDENTITYSTORE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIdentityStoreId(IdentityStoreIdT &&value)
bool IdentityStoreIdHasBeenSet() const
const Aws::String & GetIdentityStoreId() const
const Aws::Vector< Aws::String > & GetGroupIds() const
IsMemberInGroupsRequest & WithIdentityStoreId(IdentityStoreIdT &&value)
IsMemberInGroupsRequest & AddGroupIds(GroupIdsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector