public class AdjustmentType
extends java.lang.Object
implements java.io.Serializable
Specifies whether the PutScalingPolicy ScalingAdjustment parameter is an absolute number or a percentage of the current capacity.
| コンストラクタと説明 |
|---|
AdjustmentType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAdjustmentType()
A policy adjustment type.
|
int |
hashCode() |
void |
setAdjustmentType(java.lang.String adjustmentType)
A policy adjustment type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AdjustmentType |
withAdjustmentType(java.lang.String adjustmentType)
A policy adjustment type.
|
public java.lang.String getAdjustmentType()
ChangeInCapacity, ExactCapacity, and
PercentChangeInCapacity.
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
ChangeInCapacity, ExactCapacity, and
PercentChangeInCapacity.public void setAdjustmentType(java.lang.String adjustmentType)
ChangeInCapacity, ExactCapacity, and
PercentChangeInCapacity.
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
adjustmentType - A policy adjustment type. Valid values are
ChangeInCapacity, ExactCapacity, and
PercentChangeInCapacity.public AdjustmentType withAdjustmentType(java.lang.String adjustmentType)
ChangeInCapacity, ExactCapacity, and
PercentChangeInCapacity.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
adjustmentType - A policy adjustment type. Valid values are
ChangeInCapacity, ExactCapacity, and
PercentChangeInCapacity.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object