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>
63 template <
typename TerminologyDataLocationT = TerminologyDataLocation>
65 m_terminologyDataLocationHasBeenSet =
true;
66 m_terminologyDataLocation = std::forward<TerminologyDataLocationT>(value);
68 template <
typename TerminologyDataLocationT = TerminologyDataLocation>
83 template <
typename AuxiliaryDataLocationT = TerminologyDataLocation>
85 m_auxiliaryDataLocationHasBeenSet =
true;
86 m_auxiliaryDataLocation = std::forward<AuxiliaryDataLocationT>(value);
88 template <
typename AuxiliaryDataLocationT = TerminologyDataLocation>
98 template <
typename RequestIdT = Aws::String>
100 m_requestIdHasBeenSet =
true;
101 m_requestId = std::forward<RequestIdT>(value);
103 template <
typename RequestIdT = Aws::String>
120 bool m_terminologyPropertiesHasBeenSet =
false;
121 bool m_terminologyDataLocationHasBeenSet =
false;
122 bool m_auxiliaryDataLocationHasBeenSet =
false;
123 bool m_requestIdHasBeenSet =
false;
const TerminologyDataLocation & GetAuxiliaryDataLocation() const
void SetTerminologyProperties(TerminologyPropertiesT &&value)
AWS_TRANSLATE_API GetTerminologyResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetTerminologyResult & WithTerminologyProperties(TerminologyPropertiesT &&value)
const TerminologyDataLocation & GetTerminologyDataLocation() const
AWS_TRANSLATE_API GetTerminologyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetTerminologyResult & WithAuxiliaryDataLocation(AuxiliaryDataLocationT &&value)
GetTerminologyResult & WithTerminologyDataLocation(TerminologyDataLocationT &&value)
GetTerminologyResult & WithRequestId(RequestIdT &&value)
const TerminologyProperties & GetTerminologyProperties() const
AWS_TRANSLATE_API GetTerminologyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetAuxiliaryDataLocation(AuxiliaryDataLocationT &&value)
void SetTerminologyDataLocation(TerminologyDataLocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue