7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/MemberType.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
56 template <
typename FolderIdT = Aws::String>
58 m_folderIdHasBeenSet =
true;
59 m_folderId = std::forward<FolderIdT>(value);
61 template <
typename FolderIdT = Aws::String>
74 template <
typename MemberIdT = Aws::String>
76 m_memberIdHasBeenSet =
true;
77 m_memberId = std::forward<MemberIdT>(value);
79 template <
typename MemberIdT = Aws::String>
93 m_memberTypeHasBeenSet =
true;
109 bool m_awsAccountIdHasBeenSet =
false;
110 bool m_folderIdHasBeenSet =
false;
111 bool m_memberIdHasBeenSet =
false;
112 bool m_memberTypeHasBeenSet =
false;
MemberType GetMemberType() const
CreateFolderMembershipRequest & WithMemberId(MemberIdT &&value)
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
const Aws::String & GetFolderId() const
bool MemberIdHasBeenSet() const
bool MemberTypeHasBeenSet() const
bool FolderIdHasBeenSet() const
const Aws::String & GetMemberId() const
CreateFolderMembershipRequest & WithFolderId(FolderIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
void SetMemberType(MemberType value)
CreateFolderMembershipRequest & WithMemberType(MemberType value)
AWS_QUICKSIGHT_API CreateFolderMembershipRequest()=default
virtual const char * GetServiceRequestName() const override
void SetMemberId(MemberIdT &&value)
void SetFolderId(FolderIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
CreateFolderMembershipRequest & WithAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String