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>
62 template<
typename TerminologyDataLocationT = TerminologyDataLocation>
63 void SetTerminologyDataLocation(TerminologyDataLocationT&& value) { m_terminologyDataLocationHasBeenSet =
true; m_terminologyDataLocation = std::forward<TerminologyDataLocationT>(value); }
64 template<
typename TerminologyDataLocationT = TerminologyDataLocation>
76 template<
typename AuxiliaryDataLocationT = TerminologyDataLocation>
77 void SetAuxiliaryDataLocation(AuxiliaryDataLocationT&& value) { m_auxiliaryDataLocationHasBeenSet =
true; m_auxiliaryDataLocation = std::forward<AuxiliaryDataLocationT>(value); }
78 template<
typename AuxiliaryDataLocationT = TerminologyDataLocation>
85 template<
typename RequestIdT = Aws::String>
86 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
87 template<
typename RequestIdT = Aws::String>
93 bool m_terminologyPropertiesHasBeenSet =
false;
96 bool m_terminologyDataLocationHasBeenSet =
false;
99 bool m_auxiliaryDataLocationHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
const TerminologyDataLocation & GetAuxiliaryDataLocation() const
void SetTerminologyProperties(TerminologyPropertiesT &&value)
AWS_TRANSLATE_API GetTerminologyResult()=default
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