7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/ThemeType.h>
44 template <
typename AwsAccountIdT = Aws::String>
46 m_awsAccountIdHasBeenSet =
true;
47 m_awsAccountId = std::forward<AwsAccountIdT>(value);
49 template <
typename AwsAccountIdT = Aws::String>
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
82 m_maxResultsHasBeenSet =
true;
102 m_typeHasBeenSet =
true;
118 bool m_awsAccountIdHasBeenSet =
false;
119 bool m_nextTokenHasBeenSet =
false;
120 bool m_maxResultsHasBeenSet =
false;
121 bool m_typeHasBeenSet =
false;
ListThemesRequest & WithType(ThemeType value)
AWS_QUICKSIGHT_API ListThemesRequest()=default
int GetMaxResults() const
const Aws::String & GetNextToken() const
void SetType(ThemeType value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
ThemeType GetType() const
void SetMaxResults(int value)
ListThemesRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool TypeHasBeenSet() const
ListThemesRequest & WithNextToken(NextTokenT &&value)
ListThemesRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String