7#include <aws/connecthealth/ConnectHealth_EXPORTS.h>
8#include <aws/connecthealth/model/Pronouns.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConnectHealth {
41 template <
typename PatientIdT = Aws::String>
43 m_patientIdHasBeenSet =
true;
44 m_patientId = std::forward<PatientIdT>(value);
46 template <
typename PatientIdT = Aws::String>
59 template <
typename DateOfBirthT = Aws::String>
61 m_dateOfBirthHasBeenSet =
true;
62 m_dateOfBirth = std::forward<DateOfBirthT>(value);
64 template <
typename DateOfBirthT = Aws::String>
78 m_pronounsHasBeenSet =
true;
92 bool m_patientIdHasBeenSet =
false;
93 bool m_dateOfBirthHasBeenSet =
false;
94 bool m_pronounsHasBeenSet =
false;
const Aws::String & GetPatientId() const
bool PatientIdHasBeenSet() const
bool DateOfBirthHasBeenSet() const
AWS_CONNECTHEALTH_API PatientInsightsPatientContext()=default
void SetPronouns(Pronouns value)
PatientInsightsPatientContext & WithPronouns(Pronouns value)
void SetDateOfBirth(DateOfBirthT &&value)
PatientInsightsPatientContext & WithDateOfBirth(DateOfBirthT &&value)
const Aws::String & GetDateOfBirth() const
Pronouns GetPronouns() const
bool PronounsHasBeenSet() const
AWS_CONNECTHEALTH_API Aws::Utils::Json::JsonValue Jsonize() const
PatientInsightsPatientContext & WithPatientId(PatientIdT &&value)
void SetPatientId(PatientIdT &&value)
AWS_CONNECTHEALTH_API PatientInsightsPatientContext & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTHEALTH_API PatientInsightsPatientContext(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue