7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/databrew/model/S3Location.h>
49 template<
typename GlueConnectionNameT = Aws::String>
50 void SetGlueConnectionName(GlueConnectionNameT&& value) { m_glueConnectionNameHasBeenSet =
true; m_glueConnectionName = std::forward<GlueConnectionNameT>(value); }
51 template<
typename GlueConnectionNameT = Aws::String>
61 template<
typename DatabaseTableNameT = Aws::String>
62 void SetDatabaseTableName(DatabaseTableNameT&& value) { m_databaseTableNameHasBeenSet =
true; m_databaseTableName = std::forward<DatabaseTableNameT>(value); }
63 template<
typename DatabaseTableNameT = Aws::String>
71 template<
typename TempDirectoryT = S3Location>
72 void SetTempDirectory(TempDirectoryT&& value) { m_tempDirectoryHasBeenSet =
true; m_tempDirectory = std::forward<TempDirectoryT>(value); }
73 template<
typename TempDirectoryT = S3Location>
84 template<
typename QueryStringT = Aws::String>
85 void SetQueryString(QueryStringT&& value) { m_queryStringHasBeenSet =
true; m_queryString = std::forward<QueryStringT>(value); }
86 template<
typename QueryStringT = Aws::String>
92 bool m_glueConnectionNameHasBeenSet =
false;
95 bool m_databaseTableNameHasBeenSet =
false;
98 bool m_tempDirectoryHasBeenSet =
false;
101 bool m_queryStringHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue