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 JobIdT = Aws::String>
54 m_jobIdHasBeenSet =
true;
55 m_jobId = std::forward<JobIdT>(value);
57 template <
typename JobIdT = Aws::String>
59 SetJobId(std::forward<JobIdT>(value));
70 m_statusHasBeenSet =
true;
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
104 bool m_arnHasBeenSet =
false;
105 bool m_jobIdHasBeenSet =
false;
106 bool m_statusHasBeenSet =
false;
107 bool m_requestIdHasBeenSet =
false;
AWS_QUICKSIGHT_API StartAutomationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API StartAutomationJobResult()=default
StartAutomationJobResult & WithRequestId(RequestIdT &&value)
StartAutomationJobResult & WithStatus(int value)
const Aws::String & GetJobId() const
void SetJobId(JobIdT &&value)
AWS_QUICKSIGHT_API StartAutomationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(int value)
StartAutomationJobResult & WithJobId(JobIdT &&value)
StartAutomationJobResult & WithArn(ArnT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetArn() const
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue