7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/Ingestion.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename IngestionT = Ingestion>
38 m_ingestionHasBeenSet =
true;
39 m_ingestion = std::forward<IngestionT>(value);
41 template <
typename IngestionT = Ingestion>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 m_statusHasBeenSet =
true;
86 bool m_ingestionHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
88 bool m_statusHasBeenSet =
false;
const Aws::String & GetRequestId() const
DescribeIngestionResult & WithStatus(int value)
DescribeIngestionResult & WithRequestId(RequestIdT &&value)
DescribeIngestionResult & WithIngestion(IngestionT &&value)
AWS_QUICKSIGHT_API DescribeIngestionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Ingestion & GetIngestion() const
void SetIngestion(IngestionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetStatus(int value)
AWS_QUICKSIGHT_API DescribeIngestionResult()=default
AWS_QUICKSIGHT_API DescribeIngestionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue