7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/redshift/model/LakeFormationQuery.h>
49 template<
typename LakeFormationQueryT = LakeFormationQuery>
50 void SetLakeFormationQuery(LakeFormationQueryT&& value) { m_lakeFormationQueryHasBeenSet =
true; m_lakeFormationQuery = std::forward<LakeFormationQueryT>(value); }
51 template<
typename LakeFormationQueryT = LakeFormationQuery>
57 bool m_lakeFormationQueryHasBeenSet =
false;
std::basic_ostream< char, std::char_traits< char > > OStream