7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/model/S3Location.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename TempDirectoryT = S3Location>
50 void SetTempDirectory(TempDirectoryT&& value) { m_tempDirectoryHasBeenSet =
true; m_tempDirectory = std::forward<TempDirectoryT>(value); }
51 template<
typename TempDirectoryT = S3Location>
61 template<
typename TableNameT = Aws::String>
62 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
63 template<
typename TableNameT = Aws::String>
69 bool m_tempDirectoryHasBeenSet =
false;
72 bool m_tableNameHasBeenSet =
false;
void SetTableName(TableNameT &&value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
DatabaseTableOutputOptions & WithTempDirectory(TempDirectoryT &&value)
AWS_GLUEDATABREW_API DatabaseTableOutputOptions()=default
const Aws::String & GetTableName() const
AWS_GLUEDATABREW_API DatabaseTableOutputOptions(Aws::Utils::Json::JsonView jsonValue)
const S3Location & GetTempDirectory() const
bool TableNameHasBeenSet() const
DatabaseTableOutputOptions & WithTableName(TableNameT &&value)
void SetTempDirectory(TempDirectoryT &&value)
bool TempDirectoryHasBeenSet() const
AWS_GLUEDATABREW_API DatabaseTableOutputOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue