ToCopyableBuilder<DescribeTableStatisticsResponse.Builder,DescribeTableStatisticsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeTableStatisticsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeTableStatisticsResponse.Builder,DescribeTableStatisticsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeTableStatisticsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeTableStatisticsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
An optional pagination token provided by a previous request.
|
String |
replicationTaskArn() |
The Amazon Resource Name (ARN) of the replication task.
|
static Class<? extends DescribeTableStatisticsResponse.Builder> |
serializableBuilderClass() |
|
List<TableStatistics> |
tableStatistics() |
The table statistics.
|
DescribeTableStatisticsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String replicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
public List<TableStatistics> tableStatistics()
The table statistics.
public 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
.
MaxRecords
.public DescribeTableStatisticsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeTableStatisticsResponse.Builder,DescribeTableStatisticsResponse>
public static DescribeTableStatisticsResponse.Builder builder()
public static Class<? extends DescribeTableStatisticsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.