7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/TableInput.h>
11#include <aws/glue/model/ViewUpdateAction.h>
12#include <aws/glue/model/UpdateOpenTableFormatInput.h>
47 template<
typename CatalogIdT = Aws::String>
48 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
49 template<
typename CatalogIdT = Aws::String>
60 template<
typename DatabaseNameT = Aws::String>
61 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
62 template<
typename DatabaseNameT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
86 template<
typename TableInputT = TableInput>
87 void SetTableInput(TableInputT&& value) { m_tableInputHasBeenSet =
true; m_tableInput = std::forward<TableInputT>(value); }
88 template<
typename TableInputT = TableInput>
100 inline void SetSkipArchive(
bool value) { m_skipArchiveHasBeenSet =
true; m_skipArchive = value; }
110 template<
typename TransactionIdT = Aws::String>
111 void SetTransactionId(TransactionIdT&& value) { m_transactionIdHasBeenSet =
true; m_transactionId = std::forward<TransactionIdT>(value); }
112 template<
typename TransactionIdT = Aws::String>
122 template<
typename VersionIdT = Aws::String>
123 void SetVersionId(VersionIdT&& value) { m_versionIdHasBeenSet =
true; m_versionId = std::forward<VersionIdT>(value); }
124 template<
typename VersionIdT = Aws::String>
145 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
153 template<
typename UpdateOpenTableFormatInputT = UpdateOpenTableFormatInput>
154 void SetUpdateOpenTableFormatInput(UpdateOpenTableFormatInputT&& value) { m_updateOpenTableFormatInputHasBeenSet =
true; m_updateOpenTableFormatInput = std::forward<UpdateOpenTableFormatInputT>(value); }
155 template<
typename UpdateOpenTableFormatInputT = UpdateOpenTableFormatInput>
161 bool m_catalogIdHasBeenSet =
false;
164 bool m_databaseNameHasBeenSet =
false;
167 bool m_nameHasBeenSet =
false;
170 bool m_tableInputHasBeenSet =
false;
172 bool m_skipArchive{
false};
173 bool m_skipArchiveHasBeenSet =
false;
176 bool m_transactionIdHasBeenSet =
false;
179 bool m_versionIdHasBeenSet =
false;
182 bool m_viewUpdateActionHasBeenSet =
false;
185 bool m_forceHasBeenSet =
false;
187 UpdateOpenTableFormatInput m_updateOpenTableFormatInput;
188 bool m_updateOpenTableFormatInputHasBeenSet =
false;
bool ForceHasBeenSet() const
UpdateTableRequest & WithVersionId(VersionIdT &&value)
bool GetSkipArchive() const
void SetUpdateOpenTableFormatInput(UpdateOpenTableFormatInputT &&value)
const TableInput & GetTableInput() const
bool DatabaseNameHasBeenSet() const
UpdateTableRequest & WithTableInput(TableInputT &&value)
UpdateTableRequest & WithUpdateOpenTableFormatInput(UpdateOpenTableFormatInputT &&value)
virtual const char * GetServiceRequestName() const override
bool ViewUpdateActionHasBeenSet() const
UpdateTableRequest & WithName(NameT &&value)
ViewUpdateAction GetViewUpdateAction() const
const Aws::String & GetTransactionId() const
UpdateTableRequest & WithCatalogId(CatalogIdT &&value)
bool TableInputHasBeenSet() const
UpdateTableRequest & WithSkipArchive(bool value)
bool VersionIdHasBeenSet() const
void SetDatabaseName(DatabaseNameT &&value)
UpdateTableRequest & WithViewUpdateAction(ViewUpdateAction value)
const Aws::String & GetDatabaseName() const
UpdateTableRequest & WithForce(bool value)
const UpdateOpenTableFormatInput & GetUpdateOpenTableFormatInput() const
AWS_GLUE_API UpdateTableRequest()=default
void SetTableInput(TableInputT &&value)
bool TransactionIdHasBeenSet() const
void SetViewUpdateAction(ViewUpdateAction value)
UpdateTableRequest & WithDatabaseName(DatabaseNameT &&value)
const Aws::String & GetVersionId() const
const Aws::String & GetCatalogId() const
void SetCatalogId(CatalogIdT &&value)
bool UpdateOpenTableFormatInputHasBeenSet() const
void SetTransactionId(TransactionIdT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
UpdateTableRequest & WithTransactionId(TransactionIdT &&value)
void SetName(NameT &&value)
bool CatalogIdHasBeenSet() const
bool SkipArchiveHasBeenSet() const
bool NameHasBeenSet() const
void SetForce(bool value)
void SetSkipArchive(bool value)
void SetVersionId(VersionIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String