7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AwsAccountIdT = Aws::String>
49 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
50 template<
typename AwsAccountIdT = Aws::String>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
79 bool m_awsAccountIdHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
AWS_QUICKSIGHT_API ListCustomPermissionsRequest()=default
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
const Aws::String & GetAwsAccountId() const
bool AwsAccountIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
void SetNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
ListCustomPermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
ListCustomPermissionsRequest & WithMaxResults(int value)
ListCustomPermissionsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String