7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/model/IngestionSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename IngestionsT = Aws::Vector<IngestionSummary>>
38 m_ingestionsHasBeenSet =
true;
39 m_ingestions = std::forward<IngestionsT>(value);
41 template <
typename IngestionsT = Aws::Vector<IngestionSummary>>
46 template <
typename IngestionsT = IngestionSummary>
48 m_ingestionsHasBeenSet =
true;
49 m_ingestions.emplace_back(std::forward<IngestionsT>(value));
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 bool m_ingestionsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
ListIngestionsResult & AddIngestions(IngestionsT &&value)
AWS_APPFABRIC_API ListIngestionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::Vector< IngestionSummary > & GetIngestions() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
void SetIngestions(IngestionsT &&value)
ListIngestionsResult & WithIngestions(IngestionsT &&value)
ListIngestionsResult & WithRequestId(RequestIdT &&value)
AWS_APPFABRIC_API ListIngestionsResult()=default
AWS_APPFABRIC_API ListIngestionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
ListIngestionsResult & WithNextToken(NextTokenT &&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