7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationServiceRequest.h>
10#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
11#include <aws/dms/model/ReloadOptionValue.h>
12#include <aws/dms/model/TableToReload.h>
17namespace DatabaseMigrationService {
46 template <
typename ReplicationConfigArnT = Aws::String>
48 m_replicationConfigArnHasBeenSet =
true;
49 m_replicationConfigArn = std::forward<ReplicationConfigArnT>(value);
51 template <
typename ReplicationConfigArnT = Aws::String>
64 template <
typename TablesToReloadT = Aws::Vector<TableToReload>>
66 m_tablesToReloadHasBeenSet =
true;
67 m_tablesToReload = std::forward<TablesToReloadT>(value);
69 template <
typename TablesToReloadT = Aws::Vector<TableToReload>>
74 template <
typename TablesToReloadT = TableToReload>
76 m_tablesToReloadHasBeenSet =
true;
77 m_tablesToReload.emplace_back(std::forward<TablesToReloadT>(value));
92 m_reloadOptionHasBeenSet =
true;
93 m_reloadOption = value;
106 bool m_replicationConfigArnHasBeenSet =
false;
107 bool m_tablesToReloadHasBeenSet =
false;
108 bool m_reloadOptionHasBeenSet =
false;
const Aws::Vector< TableToReload > & GetTablesToReload() const
void SetReplicationConfigArn(ReplicationConfigArnT &&value)
ReloadReplicationTablesRequest & WithReloadOption(ReloadOptionValue value)
virtual const char * GetServiceRequestName() const override
bool ReplicationConfigArnHasBeenSet() const
bool TablesToReloadHasBeenSet() const
ReloadReplicationTablesRequest & WithReplicationConfigArn(ReplicationConfigArnT &&value)
ReloadReplicationTablesRequest & AddTablesToReload(TablesToReloadT &&value)
void SetTablesToReload(TablesToReloadT &&value)
const Aws::String & GetReplicationConfigArn() const
ReloadReplicationTablesRequest & WithTablesToReload(TablesToReloadT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
bool ReloadOptionHasBeenSet() const
ReloadOptionValue GetReloadOption() const
AWS_DATABASEMIGRATIONSERVICE_API ReloadReplicationTablesRequest()=default
void SetReloadOption(ReloadOptionValue value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector