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>
67 template<
typename NextTokenT = Aws::String>
68 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
69 template<
typename NextTokenT = Aws::String>
79 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 bool m_awsAccountIdHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
91 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