7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/healthlake/HealthLake_EXPORTS.h>
41 template <
typename DefaultProfilesT = Aws::Vector<Aws::String>>
43 m_defaultProfilesHasBeenSet =
true;
44 m_defaultProfiles = std::forward<DefaultProfilesT>(value);
46 template <
typename DefaultProfilesT = Aws::Vector<Aws::String>>
51 template <
typename DefaultProfilesT = Aws::String>
53 m_defaultProfilesHasBeenSet =
true;
54 m_defaultProfiles.emplace_back(std::forward<DefaultProfilesT>(value));
60 bool m_defaultProfilesHasBeenSet =
false;
bool DefaultProfilesHasBeenSet() const
const Aws::Vector< Aws::String > & GetDefaultProfiles() const
ProfileConfiguration & AddDefaultProfiles(DefaultProfilesT &&value)
AWS_HEALTHLAKE_API ProfileConfiguration(Aws::Utils::Json::JsonView jsonValue)
ProfileConfiguration & WithDefaultProfiles(DefaultProfilesT &&value)
void SetDefaultProfiles(DefaultProfilesT &&value)
AWS_HEALTHLAKE_API ProfileConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_HEALTHLAKE_API ProfileConfiguration()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue