7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/translate/Translate_EXPORTS.h>
10#include <aws/translate/model/TerminologyProperties.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename TerminologyPropertiesListT = Aws::Vector<TerminologyProperties>>
39 m_terminologyPropertiesListHasBeenSet =
true;
40 m_terminologyPropertiesList = std::forward<TerminologyPropertiesListT>(value);
42 template <
typename TerminologyPropertiesListT = Aws::Vector<TerminologyProperties>>
47 template <
typename TerminologyPropertiesListT = TerminologyProperties>
49 m_terminologyPropertiesListHasBeenSet =
true;
50 m_terminologyPropertiesList.emplace_back(std::forward<TerminologyPropertiesListT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_terminologyPropertiesListHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_TRANSLATE_API ListTerminologiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_TRANSLATE_API ListTerminologiesResult()=default
ListTerminologiesResult & WithTerminologyPropertiesList(TerminologyPropertiesListT &&value)
void SetNextToken(NextTokenT &&value)
ListTerminologiesResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< TerminologyProperties > & GetTerminologyPropertiesList() const
ListTerminologiesResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_TRANSLATE_API ListTerminologiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
ListTerminologiesResult & AddTerminologyPropertiesList(TerminologyPropertiesListT &&value)
void SetTerminologyPropertiesList(TerminologyPropertiesListT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue