7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
43 template <
typename AwsAccountIdT = Aws::String>
45 m_awsAccountIdHasBeenSet =
true;
46 m_awsAccountId = std::forward<AwsAccountIdT>(value);
48 template <
typename AwsAccountIdT = Aws::String>
68 template <
typename NextTokenT = Aws::String>
70 m_nextTokenHasBeenSet =
true;
71 m_nextToken = std::forward<NextTokenT>(value);
73 template <
typename NextTokenT = Aws::String>
87 m_maxResultsHasBeenSet =
true;
101 bool m_awsAccountIdHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
103 bool m_maxResultsHasBeenSet =
false;
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API ListNamespacesRequest()=default
ListNamespacesRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
ListNamespacesRequest & WithAwsAccountId(AwsAccountIdT &&value)
ListNamespacesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String