7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/AutomationJobStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
54 template <
typename CreatedAtT = Aws::Utils::DateTime>
56 m_createdAtHasBeenSet =
true;
57 m_createdAt = std::forward<CreatedAtT>(value);
59 template <
typename CreatedAtT = Aws::Utils::DateTime>
71 template <
typename StartedAtT = Aws::Utils::DateTime>
73 m_startedAtHasBeenSet =
true;
74 m_startedAt = std::forward<StartedAtT>(value);
76 template <
typename StartedAtT = Aws::Utils::DateTime>
88 template <
typename EndedAtT = Aws::Utils::DateTime>
90 m_endedAtHasBeenSet =
true;
91 m_endedAt = std::forward<EndedAtT>(value);
93 template <
typename EndedAtT = Aws::Utils::DateTime>
106 m_jobStatusHasBeenSet =
true;
122 template <
typename InputPayloadT = Aws::String>
124 m_inputPayloadHasBeenSet =
true;
125 m_inputPayload = std::forward<InputPayloadT>(value);
127 template <
typename InputPayloadT = Aws::String>
141 template <
typename OutputPayloadT = Aws::String>
143 m_outputPayloadHasBeenSet =
true;
144 m_outputPayload = std::forward<OutputPayloadT>(value);
146 template <
typename OutputPayloadT = Aws::String>
156 template <
typename RequestIdT = Aws::String>
158 m_requestIdHasBeenSet =
true;
159 m_requestId = std::forward<RequestIdT>(value);
161 template <
typename RequestIdT = Aws::String>
186 bool m_arnHasBeenSet =
false;
187 bool m_createdAtHasBeenSet =
false;
188 bool m_startedAtHasBeenSet =
false;
189 bool m_endedAtHasBeenSet =
false;
190 bool m_jobStatusHasBeenSet =
false;
191 bool m_inputPayloadHasBeenSet =
false;
192 bool m_outputPayloadHasBeenSet =
false;
193 bool m_requestIdHasBeenSet =
false;
DescribeAutomationJobResult & WithCreatedAt(CreatedAtT &&value)
DescribeAutomationJobResult & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API DescribeAutomationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API DescribeAutomationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeAutomationJobResult & WithInputPayload(InputPayloadT &&value)
DescribeAutomationJobResult & WithJobStatus(AutomationJobStatus value)
DescribeAutomationJobResult & WithEndedAt(EndedAtT &&value)
void SetArn(ArnT &&value)
void SetEndedAt(EndedAtT &&value)
const Aws::String & GetOutputPayload() const
const Aws::Utils::DateTime & GetStartedAt() const
void SetJobStatus(AutomationJobStatus value)
AutomationJobStatus GetJobStatus() const
void SetOutputPayload(OutputPayloadT &&value)
AWS_QUICKSIGHT_API DescribeAutomationJobResult()=default
DescribeAutomationJobResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetInputPayload(InputPayloadT &&value)
const Aws::String & GetInputPayload() const
void SetCreatedAt(CreatedAtT &&value)
DescribeAutomationJobResult & WithOutputPayload(OutputPayloadT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetEndedAt() const
void SetStartedAt(StartedAtT &&value)
DescribeAutomationJobResult & WithStartedAt(StartedAtT &&value)
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue