@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTableReplicaAutoScalingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeTableReplicaAutoScalingResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeTableReplicaAutoScalingResult | clone() | 
| boolean | equals(Object obj) | 
| TableAutoScalingDescription | getTableAutoScalingDescription()
 Represents the auto scaling properties of the table. | 
| int | hashCode() | 
| void | setTableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription)
 Represents the auto scaling properties of the table. | 
| String | toString()Returns a string representation of this object. | 
| DescribeTableReplicaAutoScalingResult | withTableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription)
 Represents the auto scaling properties of the table. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeTableReplicaAutoScalingResult()
public void setTableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription)
Represents the auto scaling properties of the table.
tableAutoScalingDescription - Represents the auto scaling properties of the table.public TableAutoScalingDescription getTableAutoScalingDescription()
Represents the auto scaling properties of the table.
public DescribeTableReplicaAutoScalingResult withTableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription)
Represents the auto scaling properties of the table.
tableAutoScalingDescription - Represents the auto scaling properties of the table.public String toString()
toString in class ObjectObject.toString()public DescribeTableReplicaAutoScalingResult clone()