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>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
79 bool m_awsAccountIdHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
85 bool m_maxResultsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
ListTemplatesRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
void SetAwsAccountId(AwsAccountIdT &&value)
void SetNextToken(NextTokenT &&value)
ListTemplatesRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
const Aws::String & GetNextToken() const
ListTemplatesRequest & WithMaxResults(int value)
AWS_QUICKSIGHT_API ListTemplatesRequest()=default
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String