7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/Ingestion.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename IngestionsT = Aws::Vector<Ingestion>>
39 m_ingestionsHasBeenSet =
true;
40 m_ingestions = std::forward<IngestionsT>(value);
42 template <
typename IngestionsT = Aws::Vector<Ingestion>>
47 template <
typename IngestionsT = Ingestion>
49 m_ingestionsHasBeenSet =
true;
50 m_ingestions.emplace_back(std::forward<IngestionsT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
94 m_statusHasBeenSet =
true;
113 bool m_ingestionsHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
116 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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