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/translate/Translate_EXPORTS.h>
11#include <aws/translate/model/ParallelDataStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
57 m_statusHasBeenSet =
true;
73 m_latestUpdateAttemptStatusHasBeenSet =
true;
74 m_latestUpdateAttemptStatus = value;
87 template <
typename LatestUpdateAttemptAtT = Aws::Utils::DateTime>
89 m_latestUpdateAttemptAtHasBeenSet =
true;
90 m_latestUpdateAttemptAt = std::forward<LatestUpdateAttemptAtT>(value);
92 template <
typename LatestUpdateAttemptAtT = Aws::Utils::DateTime>
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
126 bool m_nameHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
128 bool m_latestUpdateAttemptStatusHasBeenSet =
false;
129 bool m_latestUpdateAttemptAtHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetLatestUpdateAttemptAt() const
ParallelDataStatus GetLatestUpdateAttemptStatus() const
UpdateParallelDataResult & WithName(NameT &&value)
AWS_TRANSLATE_API UpdateParallelDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(ParallelDataStatus value)
UpdateParallelDataResult & WithStatus(ParallelDataStatus value)
UpdateParallelDataResult & WithLatestUpdateAttemptStatus(ParallelDataStatus value)
const Aws::String & GetName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_TRANSLATE_API UpdateParallelDataResult()=default
AWS_TRANSLATE_API UpdateParallelDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLatestUpdateAttemptStatus(ParallelDataStatus value)
void SetName(NameT &&value)
UpdateParallelDataResult & WithLatestUpdateAttemptAt(LatestUpdateAttemptAtT &&value)
void SetLatestUpdateAttemptAt(LatestUpdateAttemptAtT &&value)
void SetRequestId(RequestIdT &&value)
ParallelDataStatus GetStatus() const
const Aws::String & GetRequestId() const
UpdateParallelDataResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue