7#include <aws/comprehendmedical/ComprehendMedical_EXPORTS.h>
8#include <aws/comprehendmedical/model/RxNormEntity.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ComprehendMedical {
38 template <
typename EntitiesT = Aws::Vector<RxNormEntity>>
40 m_entitiesHasBeenSet =
true;
41 m_entities = std::forward<EntitiesT>(value);
43 template <
typename EntitiesT = Aws::Vector<RxNormEntity>>
48 template <
typename EntitiesT = RxNormEntity>
50 m_entitiesHasBeenSet =
true;
51 m_entities.emplace_back(std::forward<EntitiesT>(value));
63 template <
typename PaginationTokenT = Aws::String>
65 m_paginationTokenHasBeenSet =
true;
66 m_paginationToken = std::forward<PaginationTokenT>(value);
68 template <
typename PaginationTokenT = Aws::String>
82 template <
typename ModelVersionT = Aws::String>
84 m_modelVersionHasBeenSet =
true;
85 m_modelVersion = std::forward<ModelVersionT>(value);
87 template <
typename ModelVersionT = Aws::String>
97 template <
typename RequestIdT = Aws::String>
99 m_requestIdHasBeenSet =
true;
100 m_requestId = std::forward<RequestIdT>(value);
102 template <
typename RequestIdT = Aws::String>
116 bool m_entitiesHasBeenSet =
false;
117 bool m_paginationTokenHasBeenSet =
false;
118 bool m_modelVersionHasBeenSet =
false;
119 bool m_requestIdHasBeenSet =
false;
void SetEntities(EntitiesT &&value)
const Aws::String & GetModelVersion() const
const Aws::String & GetRequestId() const
const Aws::Vector< RxNormEntity > & GetEntities() const
InferRxNormResult & WithPaginationToken(PaginationTokenT &&value)
void SetPaginationToken(PaginationTokenT &&value)
AWS_COMPREHENDMEDICAL_API InferRxNormResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
InferRxNormResult & WithRequestId(RequestIdT &&value)
InferRxNormResult & WithEntities(EntitiesT &&value)
void SetModelVersion(ModelVersionT &&value)
InferRxNormResult & AddEntities(EntitiesT &&value)
AWS_COMPREHENDMEDICAL_API InferRxNormResult()=default
InferRxNormResult & WithModelVersion(ModelVersionT &&value)
AWS_COMPREHENDMEDICAL_API InferRxNormResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetPaginationToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue