7#include <aws/connecthealth/ConnectHealth_EXPORTS.h>
8#include <aws/connecthealth/model/FHIRServer.h>
9#include <aws/connecthealth/model/S3Source.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace ConnectHealth {
42 template <
typename FhirServerT = FHIRServer>
44 m_fhirServerHasBeenSet =
true;
45 m_fhirServer = std::forward<FhirServerT>(value);
47 template <
typename FhirServerT = FHIRServer>
60 template <
typename S3SourcesT = Aws::Vector<S3Source>>
62 m_s3SourcesHasBeenSet =
true;
63 m_s3Sources = std::forward<S3SourcesT>(value);
65 template <
typename S3SourcesT = Aws::Vector<S3Source>>
70 template <
typename S3SourcesT = S3Source>
72 m_s3SourcesHasBeenSet =
true;
73 m_s3Sources.emplace_back(std::forward<S3SourcesT>(value));
81 bool m_fhirServerHasBeenSet =
false;
82 bool m_s3SourcesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue