7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/cleanroomsml/model/InputChannelDataSource.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename DataSourceT = InputChannelDataSource>
49 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet =
true; m_dataSource = std::forward<DataSourceT>(value); }
50 template<
typename DataSourceT = InputChannelDataSource>
63 template<
typename RoleArnT = Aws::String>
64 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
65 template<
typename RoleArnT = Aws::String>
71 bool m_dataSourceHasBeenSet =
false;
74 bool m_roleArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue