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>
60 template<
typename CodeT = Aws::String>
61 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
62 template<
typename CodeT = Aws::String>
71 inline double GetScore()
const {
return m_score; }
73 inline void SetScore(
double value) { m_scoreHasBeenSet =
true; m_score = value; }
79 bool m_descriptionHasBeenSet =
false;
82 bool m_codeHasBeenSet =
false;
85 bool m_scoreHasBeenSet =
false;
ICD10CMConcept & WithDescription(DescriptionT &&value)
void SetCode(CodeT &&value)
AWS_COMPREHENDMEDICAL_API Aws::Utils::Json::JsonValue Jsonize() const
ICD10CMConcept & WithScore(double value)
AWS_COMPREHENDMEDICAL_API ICD10CMConcept()=default
void SetScore(double value)
AWS_COMPREHENDMEDICAL_API ICD10CMConcept & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
ICD10CMConcept & WithCode(CodeT &&value)
bool ScoreHasBeenSet() const
const Aws::String & GetCode() const
AWS_COMPREHENDMEDICAL_API ICD10CMConcept(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
bool CodeHasBeenSet() const
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue