7#include <aws/comprehendmedical/ComprehendMedical_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ComprehendMedical {
41 template <
typename DescriptionT = Aws::String>
43 m_descriptionHasBeenSet =
true;
44 m_description = std::forward<DescriptionT>(value);
46 template <
typename DescriptionT = Aws::String>
59 template <
typename CodeT = Aws::String>
61 m_codeHasBeenSet =
true;
62 m_code = std::forward<CodeT>(value);
64 template <
typename CodeT = Aws::String>
66 SetCode(std::forward<CodeT>(value));
76 inline double GetScore()
const {
return m_score; }
79 m_scoreHasBeenSet =
true;
93 bool m_descriptionHasBeenSet =
false;
94 bool m_codeHasBeenSet =
false;
95 bool m_scoreHasBeenSet =
false;
AWS_COMPREHENDMEDICAL_API RxNormConcept()=default
AWS_COMPREHENDMEDICAL_API RxNormConcept(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHENDMEDICAL_API RxNormConcept & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHENDMEDICAL_API Aws::Utils::Json::JsonValue Jsonize() const
RxNormConcept & WithDescription(DescriptionT &&value)
bool CodeHasBeenSet() const
RxNormConcept & WithCode(CodeT &&value)
const Aws::String & GetCode() const
bool ScoreHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
void SetCode(CodeT &&value)
void SetScore(double value)
RxNormConcept & WithScore(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue