7#include <aws/translate/Translate_EXPORTS.h>
8#include <aws/translate/model/ParallelDataProperties.h>
9#include <aws/translate/model/ParallelDataDataLocation.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ParallelDataPropertiesT = ParallelDataProperties>
43 void SetParallelDataProperties(ParallelDataPropertiesT&& value) { m_parallelDataPropertiesHasBeenSet =
true; m_parallelDataProperties = std::forward<ParallelDataPropertiesT>(value); }
44 template<
typename ParallelDataPropertiesT = ParallelDataProperties>
62 template<
typename DataLocationT = ParallelDataDataLocation>
63 void SetDataLocation(DataLocationT&& value) { m_dataLocationHasBeenSet =
true; m_dataLocation = std::forward<DataLocationT>(value); }
64 template<
typename DataLocationT = ParallelDataDataLocation>
76 template<
typename AuxiliaryDataLocationT = ParallelDataDataLocation>
77 void SetAuxiliaryDataLocation(AuxiliaryDataLocationT&& value) { m_auxiliaryDataLocationHasBeenSet =
true; m_auxiliaryDataLocation = std::forward<AuxiliaryDataLocationT>(value); }
78 template<
typename AuxiliaryDataLocationT = ParallelDataDataLocation>
90 template<
typename LatestUpdateAttemptAuxiliaryDataLocationT = ParallelDataDataLocation>
91 void SetLatestUpdateAttemptAuxiliaryDataLocation(LatestUpdateAttemptAuxiliaryDataLocationT&& value) { m_latestUpdateAttemptAuxiliaryDataLocationHasBeenSet =
true; m_latestUpdateAttemptAuxiliaryDataLocation = std::forward<LatestUpdateAttemptAuxiliaryDataLocationT>(value); }
92 template<
typename LatestUpdateAttemptAuxiliaryDataLocationT = ParallelDataDataLocation>
99 template<
typename RequestIdT = Aws::String>
100 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
101 template<
typename RequestIdT = Aws::String>
107 bool m_parallelDataPropertiesHasBeenSet =
false;
110 bool m_dataLocationHasBeenSet =
false;
113 bool m_auxiliaryDataLocationHasBeenSet =
false;
116 bool m_latestUpdateAttemptAuxiliaryDataLocationHasBeenSet =
false;
119 bool m_requestIdHasBeenSet =
false;
GetParallelDataResult & WithDataLocation(DataLocationT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
GetParallelDataResult & WithAuxiliaryDataLocation(AuxiliaryDataLocationT &&value)
AWS_TRANSLATE_API GetParallelDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_TRANSLATE_API GetParallelDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ParallelDataProperties & GetParallelDataProperties() const
void SetAuxiliaryDataLocation(AuxiliaryDataLocationT &&value)
GetParallelDataResult & WithLatestUpdateAttemptAuxiliaryDataLocation(LatestUpdateAttemptAuxiliaryDataLocationT &&value)
void SetParallelDataProperties(ParallelDataPropertiesT &&value)
void SetDataLocation(DataLocationT &&value)
GetParallelDataResult & WithRequestId(RequestIdT &&value)
const ParallelDataDataLocation & GetLatestUpdateAttemptAuxiliaryDataLocation() const
GetParallelDataResult & WithParallelDataProperties(ParallelDataPropertiesT &&value)
AWS_TRANSLATE_API GetParallelDataResult()=default
const ParallelDataDataLocation & GetAuxiliaryDataLocation() const
const ParallelDataDataLocation & GetDataLocation() const
void SetLatestUpdateAttemptAuxiliaryDataLocation(LatestUpdateAttemptAuxiliaryDataLocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue