7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/ThemeType.h>
49 template<
typename AwsAccountIdT = Aws::String>
50 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
51 template<
typename AwsAccountIdT = Aws::String>
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
74 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
94 bool m_awsAccountIdHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
103 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