7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
42 template <
typename AwsAccountIdT = Aws::String>
44 m_awsAccountIdHasBeenSet =
true;
45 m_awsAccountId = std::forward<AwsAccountIdT>(value);
47 template <
typename AwsAccountIdT = Aws::String>
60 template <
typename FolderIdT = Aws::String>
62 m_folderIdHasBeenSet =
true;
63 m_folderId = std::forward<FolderIdT>(value);
65 template <
typename FolderIdT = Aws::String>
78 template <
typename NamespaceT = Aws::String>
80 m_namespaceHasBeenSet =
true;
81 m_namespace = std::forward<NamespaceT>(value);
83 template <
typename NamespaceT = Aws::String>
97 m_maxResultsHasBeenSet =
true;
112 template <
typename NextTokenT = Aws::String>
114 m_nextTokenHasBeenSet =
true;
115 m_nextToken = std::forward<NextTokenT>(value);
117 template <
typename NextTokenT = Aws::String>
133 bool m_awsAccountIdHasBeenSet =
false;
134 bool m_folderIdHasBeenSet =
false;
135 bool m_namespaceHasBeenSet =
false;
136 bool m_maxResultsHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
DescribeFolderPermissionsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetFolderId(FolderIdT &&value)
bool MaxResultsHasBeenSet() const
DescribeFolderPermissionsRequest & WithFolderId(FolderIdT &&value)
bool NamespaceHasBeenSet() const
void SetNamespace(NamespaceT &&value)
int GetMaxResults() const
const Aws::String & GetAwsAccountId() const
const Aws::String & GetNextToken() const
const Aws::String & GetFolderId() const
bool AwsAccountIdHasBeenSet() const
bool FolderIdHasBeenSet() const
DescribeFolderPermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API DescribeFolderPermissionsRequest()=default
const Aws::String & GetNamespace() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeFolderPermissionsRequest & WithNamespace(NamespaceT &&value)
DescribeFolderPermissionsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String