public class DescribeTableStatisticsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
An optional pagination token provided by a previous request.
|
private java.lang.String |
replicationTaskArn
The Amazon Resource Name (ARN) of the replication task.
|
private java.util.List<TableStatistics> |
tableStatistics
The table statistics.
|
Constructor and Description |
---|
DescribeTableStatisticsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTableStatisticsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
An optional pagination token provided by a previous request.
|
java.lang.String |
getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
|
java.util.List<TableStatistics> |
getTableStatistics()
The table statistics.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
An optional pagination token provided by a previous request.
|
void |
setReplicationTaskArn(java.lang.String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
void |
setTableStatistics(java.util.Collection<TableStatistics> tableStatistics)
The table statistics.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTableStatisticsResult |
withMarker(java.lang.String marker)
An optional pagination token provided by a previous request.
|
DescribeTableStatisticsResult |
withReplicationTaskArn(java.lang.String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
DescribeTableStatisticsResult |
withTableStatistics(java.util.Collection<TableStatistics> tableStatistics)
The table statistics.
|
DescribeTableStatisticsResult |
withTableStatistics(TableStatistics... tableStatistics)
The table statistics.
|
private java.lang.String replicationTaskArn
The Amazon Resource Name (ARN) of the replication task.
private java.util.List<TableStatistics> tableStatistics
The table statistics.
private java.lang.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
.
public void setReplicationTaskArn(java.lang.String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication task.public java.lang.String getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
public DescribeTableStatisticsResult withReplicationTaskArn(java.lang.String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication task.public java.util.List<TableStatistics> getTableStatistics()
The table statistics.
public void setTableStatistics(java.util.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(java.util.Collection<TableStatistics> tableStatistics)
The table statistics.
tableStatistics
- The table statistics.public void setMarker(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeTableStatisticsResult clone()
clone
in class java.lang.Object