7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/healthlake/HealthLake_EXPORTS.h>
10#include <aws/healthlake/model/SourceFormat.h>
11#include <aws/healthlake/model/TargetFormat.h>
45 template <
typename ProfileIdT = Aws::String>
47 m_profileIdHasBeenSet =
true;
48 m_profileId = std::forward<ProfileIdT>(value);
50 template <
typename ProfileIdT = Aws::String>
64 m_versionHasBeenSet =
true;
80 m_sourceFormatHasBeenSet =
true;
81 m_sourceFormat = value;
96 m_targetFormatHasBeenSet =
true;
97 m_targetFormat = value;
111 template <
typename ProfileNameT = Aws::String>
113 m_profileNameHasBeenSet =
true;
114 m_profileName = std::forward<ProfileNameT>(value);
116 template <
typename ProfileNameT = Aws::String>
129 template <
typename ProfileDescriptionT = Aws::String>
131 m_profileDescriptionHasBeenSet =
true;
132 m_profileDescription = std::forward<ProfileDescriptionT>(value);
134 template <
typename ProfileDescriptionT = Aws::String>
147 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
149 m_lastUpdatedAtHasBeenSet =
true;
150 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
152 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
172 bool m_profileIdHasBeenSet =
false;
173 bool m_versionHasBeenSet =
false;
174 bool m_sourceFormatHasBeenSet =
false;
175 bool m_targetFormatHasBeenSet =
false;
176 bool m_profileNameHasBeenSet =
false;
177 bool m_profileDescriptionHasBeenSet =
false;
178 bool m_lastUpdatedAtHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue