7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DataSetIdT = Aws::String>
48 void SetDataSetId(DataSetIdT&& value) { m_dataSetIdHasBeenSet =
true; m_dataSetId = std::forward<DataSetIdT>(value); }
49 template<
typename DataSetIdT = Aws::String>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
72 template<
typename AwsAccountIdT = Aws::String>
73 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
74 template<
typename AwsAccountIdT = Aws::String>
84 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 bool m_dataSetIdHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
96 bool m_awsAccountIdHasBeenSet =
false;
99 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