7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ArnT = Aws::String>
41 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
42 template<
typename ArnT = Aws::String>
51 template<
typename IngestionIdT = Aws::String>
52 void SetIngestionId(IngestionIdT&& value) { m_ingestionIdHasBeenSet =
true; m_ingestionId = std::forward<IngestionIdT>(value); }
53 template<
typename IngestionIdT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
71 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
77 bool m_arnHasBeenSet =
false;
80 bool m_ingestionIdHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
86 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue