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/IngestionStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename IngestionIdT = Aws::String>
55 m_ingestionIdHasBeenSet =
true;
56 m_ingestionId = std::forward<IngestionIdT>(value);
58 template <
typename IngestionIdT = Aws::String>
71 m_ingestionStatusHasBeenSet =
true;
72 m_ingestionStatus = value;
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
101 m_statusHasBeenSet =
true;
122 bool m_arnHasBeenSet =
false;
123 bool m_ingestionIdHasBeenSet =
false;
124 bool m_ingestionStatusHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
126 bool m_statusHasBeenSet =
false;
const Aws::String & GetRequestId() const
const Aws::String & GetArn() const
CreateIngestionResult & WithStatus(int value)
IngestionStatus GetIngestionStatus() const
AWS_QUICKSIGHT_API CreateIngestionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateIngestionResult & WithIngestionStatus(IngestionStatus value)
void SetIngestionStatus(IngestionStatus value)
void SetStatus(int value)
CreateIngestionResult & WithIngestionId(IngestionIdT &&value)
void SetArn(ArnT &&value)
void SetIngestionId(IngestionIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API CreateIngestionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetIngestionId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API CreateIngestionResult()=default
CreateIngestionResult & WithArn(ArnT &&value)
CreateIngestionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue