/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The Amazon Resource Name of the replication config for which to reload * tables.
*/ inline const Aws::String& GetReplicationConfigArn() const{ return m_replicationConfigArn; } /** *The Amazon Resource Name of the replication config for which to reload * tables.
*/ inline bool ReplicationConfigArnHasBeenSet() const { return m_replicationConfigArnHasBeenSet; } /** *The Amazon Resource Name of the replication config for which to reload * tables.
*/ inline void SetReplicationConfigArn(const Aws::String& value) { m_replicationConfigArnHasBeenSet = true; m_replicationConfigArn = value; } /** *The Amazon Resource Name of the replication config for which to reload * tables.
*/ inline void SetReplicationConfigArn(Aws::String&& value) { m_replicationConfigArnHasBeenSet = true; m_replicationConfigArn = std::move(value); } /** *The Amazon Resource Name of the replication config for which to reload * tables.
*/ inline void SetReplicationConfigArn(const char* value) { m_replicationConfigArnHasBeenSet = true; m_replicationConfigArn.assign(value); } /** *The Amazon Resource Name of the replication config for which to reload * tables.
*/ inline ReloadReplicationTablesRequest& WithReplicationConfigArn(const Aws::String& value) { SetReplicationConfigArn(value); return *this;} /** *The Amazon Resource Name of the replication config for which to reload * tables.
*/ inline ReloadReplicationTablesRequest& WithReplicationConfigArn(Aws::String&& value) { SetReplicationConfigArn(std::move(value)); return *this;} /** *The Amazon Resource Name of the replication config for which to reload * tables.
*/ inline ReloadReplicationTablesRequest& WithReplicationConfigArn(const char* value) { SetReplicationConfigArn(value); return *this;} /** *The list of tables to reload.
*/ inline const Aws::VectorThe list of tables to reload.
*/ inline bool TablesToReloadHasBeenSet() const { return m_tablesToReloadHasBeenSet; } /** *The list of tables to reload.
*/ inline void SetTablesToReload(const Aws::VectorThe list of tables to reload.
*/ inline void SetTablesToReload(Aws::VectorThe list of tables to reload.
*/ inline ReloadReplicationTablesRequest& WithTablesToReload(const Aws::VectorThe list of tables to reload.
*/ inline ReloadReplicationTablesRequest& WithTablesToReload(Aws::VectorThe list of tables to reload.
*/ inline ReloadReplicationTablesRequest& AddTablesToReload(const TableToReload& value) { m_tablesToReloadHasBeenSet = true; m_tablesToReload.push_back(value); return *this; } /** *The list of tables to reload.
*/ inline ReloadReplicationTablesRequest& AddTablesToReload(TableToReload&& value) { m_tablesToReloadHasBeenSet = true; m_tablesToReload.push_back(std::move(value)); return *this; } /** *Options for reload. Specify data-reload
to reload the data and
* re-validate it if validation is enabled. Specify validate-only
to
* re-validate the table. This option applies only when validation is enabled for
* the replication.
Options for reload. Specify data-reload
to reload the data and
* re-validate it if validation is enabled. Specify validate-only
to
* re-validate the table. This option applies only when validation is enabled for
* the replication.
Options for reload. Specify data-reload
to reload the data and
* re-validate it if validation is enabled. Specify validate-only
to
* re-validate the table. This option applies only when validation is enabled for
* the replication.
Options for reload. Specify data-reload
to reload the data and
* re-validate it if validation is enabled. Specify validate-only
to
* re-validate the table. This option applies only when validation is enabled for
* the replication.
Options for reload. Specify data-reload
to reload the data and
* re-validate it if validation is enabled. Specify validate-only
to
* re-validate the table. This option applies only when validation is enabled for
* the replication.
Options for reload. Specify data-reload
to reload the data and
* re-validate it if validation is enabled. Specify validate-only
to
* re-validate the table. This option applies only when validation is enabled for
* the replication.