7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrew_EXPORTS.h>
9#include <aws/databrew/model/S3Location.h>
20namespace GlueDataBrew {
43 template <
typename TempDirectoryT = S3Location>
45 m_tempDirectoryHasBeenSet =
true;
46 m_tempDirectory = std::forward<TempDirectoryT>(value);
48 template <
typename TempDirectoryT = S3Location>
61 template <
typename TableNameT = Aws::String>
63 m_tableNameHasBeenSet =
true;
64 m_tableName = std::forward<TableNameT>(value);
66 template <
typename TableNameT = Aws::String>
76 bool m_tempDirectoryHasBeenSet =
false;
77 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