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>
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
81 m_maxResultsHasBeenSet =
true;
95 bool m_awsAccountIdHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
void SetMaxResults(int value)
AWS_QUICKSIGHT_API ListTopicsRequest()=default
ListTopicsRequest & WithNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
const Aws::String & GetAwsAccountId() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
ListTopicsRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool AwsAccountIdHasBeenSet() const
ListTopicsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String