7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AwsAccountIdT = Aws::String>
48 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
49 template<
typename AwsAccountIdT = Aws::String>
59 template<
typename FolderIdT = Aws::String>
60 void SetFolderId(FolderIdT&& value) { m_folderIdHasBeenSet =
true; m_folderId = std::forward<FolderIdT>(value); }
61 template<
typename FolderIdT = Aws::String>
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
84 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 bool m_awsAccountIdHasBeenSet =
false;
93 bool m_folderIdHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
bool FolderIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListFolderMembersRequest & WithNextToken(NextTokenT &&value)
void SetFolderId(FolderIdT &&value)
ListFolderMembersRequest & WithFolderId(FolderIdT &&value)
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
ListFolderMembersRequest & WithAwsAccountId(AwsAccountIdT &&value)
ListFolderMembersRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_QUICKSIGHT_API ListFolderMembersRequest()=default
const Aws::String & GetFolderId() const
int GetMaxResults() const
const Aws::String & GetAwsAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String