7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/databrew/model/S3Location.h>
51 inline void SetGlueConnectionName(
const char* value) { m_glueConnectionNameHasBeenSet =
true; m_glueConnectionName.assign(value); }
65 inline void SetDatabaseTableName(
const char* value) { m_databaseTableNameHasBeenSet =
true; m_databaseTableName.assign(value); }
90 inline void SetQueryString(
const char* value) { m_queryStringHasBeenSet =
true; m_queryString.assign(value); }
98 bool m_glueConnectionNameHasBeenSet =
false;
101 bool m_databaseTableNameHasBeenSet =
false;
104 bool m_tempDirectoryHasBeenSet =
false;
107 bool m_queryStringHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue