public class DescribeTableStatisticsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTableStatisticsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTableStatisticsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous request.
|
String |
getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
|
List<TableStatistics> |
getTableStatistics()
The table statistics.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
void |
setTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTableStatisticsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeTableStatisticsResult |
withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
DescribeTableStatisticsResult |
withTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
|
DescribeTableStatisticsResult |
withTableStatistics(TableStatistics... tableStatistics)
The table statistics.
|
public void setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication task.public String getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
public DescribeTableStatisticsResult withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication task.public List<TableStatistics> getTableStatistics()
The table statistics.
public void setTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
tableStatistics
- The table statistics.public DescribeTableStatisticsResult withTableStatistics(TableStatistics... tableStatistics)
The table statistics.
NOTE: This method appends the values to the existing list (if
any). Use setTableStatistics(java.util.Collection)
or
withTableStatistics(java.util.Collection)
if you want to
override the existing values.
tableStatistics
- The table statistics.public DescribeTableStatisticsResult withTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
tableStatistics
- The table statistics.public void setMarker(String marker)
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
.
marker
- 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
.public String getMarker()
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
.
MaxRecords
.public DescribeTableStatisticsResult withMarker(String marker)
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
.
marker
- 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
.public String toString()
toString
in class Object
Object.toString()
public DescribeTableStatisticsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.