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