7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ConfiguredTableIdentifierT = Aws::String>
42 void SetConfiguredTableIdentifier(ConfiguredTableIdentifierT&& value) { m_configuredTableIdentifierHasBeenSet =
true; m_configuredTableIdentifier = std::forward<ConfiguredTableIdentifierT>(value); }
43 template<
typename ConfiguredTableIdentifierT = Aws::String>
49 bool m_configuredTableIdentifierHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String