7#include <aws/translate/Translate_EXPORTS.h>
8#include <aws/translate/model/TerminologyProperties.h>
9#include <aws/translate/model/TerminologyDataLocation.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename TerminologyPropertiesT = TerminologyProperties>
43 void SetTerminologyProperties(TerminologyPropertiesT&& value) { m_terminologyPropertiesHasBeenSet =
true; m_terminologyProperties = std::forward<TerminologyPropertiesT>(value); }
44 template<
typename TerminologyPropertiesT = TerminologyProperties>
56 template<
typename AuxiliaryDataLocationT = TerminologyDataLocation>
57 void SetAuxiliaryDataLocation(AuxiliaryDataLocationT&& value) { m_auxiliaryDataLocationHasBeenSet =
true; m_auxiliaryDataLocation = std::forward<AuxiliaryDataLocationT>(value); }
58 template<
typename AuxiliaryDataLocationT = TerminologyDataLocation>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_terminologyPropertiesHasBeenSet =
false;
76 bool m_auxiliaryDataLocationHasBeenSet =
false;
79 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)
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