7#include <aws/translate/Translate_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/translate/model/ParallelDataStatus.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
74 template<
typename LatestUpdateAttemptAtT = Aws::Utils::DateTime>
75 void SetLatestUpdateAttemptAt(LatestUpdateAttemptAtT&& value) { m_latestUpdateAttemptAtHasBeenSet =
true; m_latestUpdateAttemptAt = std::forward<LatestUpdateAttemptAtT>(value); }
76 template<
typename LatestUpdateAttemptAtT = Aws::Utils::DateTime>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_nameHasBeenSet =
false;
94 bool m_statusHasBeenSet =
false;
97 bool m_latestUpdateAttemptStatusHasBeenSet =
false;
100 bool m_latestUpdateAttemptAtHasBeenSet =
false;
103 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