7#include <aws/comprehendmedical/ComprehendMedical_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ComprehendMedical
47 template<
typename DescriptionT = Aws::String>
48 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
49 template<
typename DescriptionT = Aws::String>
59 template<
typename CodeT = Aws::String>
60 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
61 template<
typename CodeT = Aws::String>
70 inline double GetScore()
const {
return m_score; }
72 inline void SetScore(
double value) { m_scoreHasBeenSet =
true; m_score = value; }
78 bool m_descriptionHasBeenSet =
false;
81 bool m_codeHasBeenSet =
false;
84 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