7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/translate/Translate_EXPORTS.h>
10#include <aws/translate/model/TerminologyDataLocation.h>
11#include <aws/translate/model/TerminologyProperties.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename TerminologyPropertiesT = TerminologyProperties>
39 m_terminologyPropertiesHasBeenSet =
true;
40 m_terminologyProperties = std::forward<TerminologyPropertiesT>(value);
42 template <
typename TerminologyPropertiesT = TerminologyProperties>
57 template <
typename AuxiliaryDataLocationT = TerminologyDataLocation>
59 m_auxiliaryDataLocationHasBeenSet =
true;
60 m_auxiliaryDataLocation = std::forward<AuxiliaryDataLocationT>(value);
62 template <
typename AuxiliaryDataLocationT = TerminologyDataLocation>
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
92 bool m_terminologyPropertiesHasBeenSet =
false;
93 bool m_auxiliaryDataLocationHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
AWS_TRANSLATE_API ImportTerminologyResult()=default
const Aws::String & GetRequestId() const
void SetTerminologyProperties(TerminologyPropertiesT &&value)
const TerminologyDataLocation & GetAuxiliaryDataLocation() const
AWS_TRANSLATE_API ImportTerminologyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_TRANSLATE_API ImportTerminologyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ImportTerminologyResult & WithTerminologyProperties(TerminologyPropertiesT &&value)
ImportTerminologyResult & WithRequestId(RequestIdT &&value)
ImportTerminologyResult & WithAuxiliaryDataLocation(AuxiliaryDataLocationT &&value)
void SetAuxiliaryDataLocation(AuxiliaryDataLocationT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const TerminologyProperties & GetTerminologyProperties() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue