7#include <aws/connecthealth/ConnectHealth_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConnectHealth {
40 template <
typename FhirEndpo
intT = Aws::String>
42 m_fhirEndpointHasBeenSet =
true;
43 m_fhirEndpoint = std::forward<FhirEndpointT>(value);
45 template <
typename FhirEndpo
intT = Aws::String>
58 template <
typename OauthTokenT = Aws::String>
60 m_oauthTokenHasBeenSet =
true;
61 m_oauthToken = std::forward<OauthTokenT>(value);
63 template <
typename OauthTokenT = Aws::String>
73 bool m_fhirEndpointHasBeenSet =
false;
74 bool m_oauthTokenHasBeenSet =
false;
bool OauthTokenHasBeenSet() const
FHIRServer & WithFhirEndpoint(FhirEndpointT &&value)
bool FhirEndpointHasBeenSet() const
void SetOauthToken(OauthTokenT &&value)
FHIRServer & WithOauthToken(OauthTokenT &&value)
void SetFhirEndpoint(FhirEndpointT &&value)
const Aws::String & GetOauthToken() const
const Aws::String & GetFhirEndpoint() const
AWS_CONNECTHEALTH_API FHIRServer(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTHEALTH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTHEALTH_API FHIRServer & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTHEALTH_API FHIRServer()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue