7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/Ingestion.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename IngestionsT = Aws::Vector<Ingestion>>
43 void SetIngestions(IngestionsT&& value) { m_ingestionsHasBeenSet =
true; m_ingestions = std::forward<IngestionsT>(value); }
44 template<
typename IngestionsT = Aws::Vector<Ingestion>>
46 template<
typename IngestionsT = Ingestion>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
76 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
82 bool m_ingestionsHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
91 bool m_statusHasBeenSet =
false;
void SetStatus(int value)
ListIngestionsResult & WithRequestId(RequestIdT &&value)
ListIngestionsResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API ListIngestionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListIngestionsResult & WithIngestions(IngestionsT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< Ingestion > & GetIngestions() const
AWS_QUICKSIGHT_API ListIngestionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API ListIngestionsResult()=default
void SetNextToken(NextTokenT &&value)
ListIngestionsResult & AddIngestions(IngestionsT &&value)
void SetIngestions(IngestionsT &&value)
const Aws::String & GetNextToken() const
ListIngestionsResult & WithStatus(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue