7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ArnT = Aws::String>
37 m_arnHasBeenSet =
true;
38 m_arn = std::forward<ArnT>(value);
40 template <
typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
52 template <
typename IngestionIdT = Aws::String>
54 m_ingestionIdHasBeenSet =
true;
55 m_ingestionId = std::forward<IngestionIdT>(value);
57 template <
typename IngestionIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
85 m_statusHasBeenSet =
true;
104 bool m_arnHasBeenSet =
false;
105 bool m_ingestionIdHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
AWS_QUICKSIGHT_API CancelIngestionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API CancelIngestionResult()=default
void SetIngestionId(IngestionIdT &&value)
const Aws::String & GetIngestionId() const
const Aws::String & GetRequestId() const
const Aws::String & GetArn() const
void SetRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
CancelIngestionResult & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API CancelIngestionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CancelIngestionResult & WithStatus(int value)
void SetStatus(int value)
CancelIngestionResult & WithIngestionId(IngestionIdT &&value)
CancelIngestionResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue