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>
60 template<
typename ThemeIdT = Aws::String>
61 void SetThemeId(ThemeIdT&& value) { m_themeIdHasBeenSet =
true; m_themeId = std::forward<ThemeIdT>(value); }
62 template<
typename ThemeIdT = Aws::String>
73 template<
typename NextTokenT = Aws::String>
74 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
75 template<
typename NextTokenT = Aws::String>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_themeIdHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetAwsAccountId() const
bool AwsAccountIdHasBeenSet() const
ListThemeVersionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool ThemeIdHasBeenSet() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
void SetThemeId(ThemeIdT &&value)
AWS_QUICKSIGHT_API ListThemeVersionsRequest()=default
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
ListThemeVersionsRequest & WithMaxResults(int value)
ListThemeVersionsRequest & WithThemeId(ThemeIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetThemeId() const
int GetMaxResults() const
ListThemeVersionsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String