7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace DatabaseMigrationService
47 template<
typename SchemaNameT = Aws::String>
48 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
49 template<
typename SchemaNameT = Aws::String>
59 template<
typename TableNameT = Aws::String>
60 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
61 template<
typename TableNameT = Aws::String>
67 bool m_schemaNameHasBeenSet =
false;
70 bool m_tableNameHasBeenSet =
false;
void SetSchemaName(SchemaNameT &&value)
bool TableNameHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTableName(TableNameT &&value)
TableToReload & WithTableName(TableNameT &&value)
bool SchemaNameHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API TableToReload(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTableName() const
AWS_DATABASEMIGRATIONSERVICE_API TableToReload & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATABASEMIGRATIONSERVICE_API TableToReload()=default
const Aws::String & GetSchemaName() const
TableToReload & WithSchemaName(SchemaNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue