/**
* 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 (ARN) of the replication task.
*/ inline const Aws::String& GetReplicationTaskArn() const{ return m_replicationTaskArn; } /** *The Amazon Resource Name (ARN) of the replication task.
*/ inline void SetReplicationTaskArn(const Aws::String& value) { m_replicationTaskArn = value; } /** *The Amazon Resource Name (ARN) of the replication task.
*/ inline void SetReplicationTaskArn(Aws::String&& value) { m_replicationTaskArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the replication task.
*/ inline void SetReplicationTaskArn(const char* value) { m_replicationTaskArn.assign(value); } /** *The Amazon Resource Name (ARN) of the replication task.
*/ inline DescribeTableStatisticsResult& WithReplicationTaskArn(const Aws::String& value) { SetReplicationTaskArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the replication task.
*/ inline DescribeTableStatisticsResult& WithReplicationTaskArn(Aws::String&& value) { SetReplicationTaskArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the replication task.
*/ inline DescribeTableStatisticsResult& WithReplicationTaskArn(const char* value) { SetReplicationTaskArn(value); return *this;} /** *The table statistics.
*/ inline const Aws::VectorThe table statistics.
*/ inline void SetTableStatistics(const Aws::VectorThe table statistics.
*/ inline void SetTableStatistics(Aws::VectorThe table statistics.
*/ inline DescribeTableStatisticsResult& WithTableStatistics(const Aws::VectorThe table statistics.
*/ inline DescribeTableStatisticsResult& WithTableStatistics(Aws::VectorThe table statistics.
*/ inline DescribeTableStatisticsResult& AddTableStatistics(const TableStatistics& value) { m_tableStatistics.push_back(value); return *this; } /** *The table statistics.
*/ inline DescribeTableStatisticsResult& AddTableStatistics(TableStatistics&& value) { m_tableStatistics.push_back(std::move(value)); return *this; } /** * An optional pagination token provided by a previous request. If this
* parameter is specified, the response includes only records beyond the marker, up
* to the value specified by MaxRecords
.
An optional pagination token provided by a previous request. If this
* parameter is specified, the response includes only records beyond the marker, up
* to the value specified by MaxRecords
.
An optional pagination token provided by a previous request. If this
* parameter is specified, the response includes only records beyond the marker, up
* to the value specified by MaxRecords
.
An optional pagination token provided by a previous request. If this
* parameter is specified, the response includes only records beyond the marker, up
* to the value specified by MaxRecords
.
An optional pagination token provided by a previous request. If this
* parameter is specified, the response includes only records beyond the marker, up
* to the value specified by MaxRecords
.
An optional pagination token provided by a previous request. If this
* parameter is specified, the response includes only records beyond the marker, up
* to the value specified by MaxRecords
.
An optional pagination token provided by a previous request. If this
* parameter is specified, the response includes only records beyond the marker, up
* to the value specified by MaxRecords
.