7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
42 template <
typename DataSetIdT = Aws::String>
44 m_dataSetIdHasBeenSet =
true;
45 m_dataSetId = std::forward<DataSetIdT>(value);
47 template <
typename DataSetIdT = Aws::String>
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
79 template <
typename AwsAccountIdT = Aws::String>
81 m_awsAccountIdHasBeenSet =
true;
82 m_awsAccountId = std::forward<AwsAccountIdT>(value);
84 template <
typename AwsAccountIdT = Aws::String>
98 m_maxResultsHasBeenSet =
true;
114 bool m_dataSetIdHasBeenSet =
false;
115 bool m_nextTokenHasBeenSet =
false;
116 bool m_awsAccountIdHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
bool DataSetIdHasBeenSet() const
ListIngestionsRequest & WithNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
ListIngestionsRequest & WithMaxResults(int value)
AWS_QUICKSIGHT_API ListIngestionsRequest()=default
ListIngestionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
ListIngestionsRequest & WithDataSetId(DataSetIdT &&value)
void SetDataSetId(DataSetIdT &&value)
const Aws::String & GetAwsAccountId() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetDataSetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String