7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/translate/Translate_EXPORTS.h>
10#include <aws/translate/model/ParallelDataStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename NameT = Aws::String>
38 m_nameHasBeenSet =
true;
39 m_name = std::forward<NameT>(value);
41 template <
typename NameT = Aws::String>
43 SetName(std::forward<NameT>(value));
56 m_statusHasBeenSet =
true;
72 m_latestUpdateAttemptStatusHasBeenSet =
true;
73 m_latestUpdateAttemptStatus = value;
86 template <
typename LatestUpdateAttemptAtT = Aws::Utils::DateTime>
88 m_latestUpdateAttemptAtHasBeenSet =
true;
89 m_latestUpdateAttemptAt = std::forward<LatestUpdateAttemptAtT>(value);
91 template <
typename LatestUpdateAttemptAtT = Aws::Utils::DateTime>
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
122 bool m_nameHasBeenSet =
false;
123 bool m_statusHasBeenSet =
false;
124 bool m_latestUpdateAttemptStatusHasBeenSet =
false;
125 bool m_latestUpdateAttemptAtHasBeenSet =
false;
126 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_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