@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public DescribeTableReplicaAutoScalingResult clone()
Copyright © 2020. All rights reserved.