@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdjustmentType extends Object implements Serializable, Cloneable
Describes a policy adjustment type.
| Constructor and Description |
|---|
AdjustmentType() |
| Modifier and Type | Method and Description |
|---|---|
AdjustmentType |
clone() |
boolean |
equals(Object obj) |
String |
getAdjustmentType()
The policy adjustment type.
|
int |
hashCode() |
void |
setAdjustmentType(String adjustmentType)
The policy adjustment type.
|
String |
toString()
Returns a string representation of this object.
|
AdjustmentType |
withAdjustmentType(String adjustmentType)
The policy adjustment type.
|
public void setAdjustmentType(String adjustmentType)
The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and
PercentChangeInCapacity.
adjustmentType - The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity
, and PercentChangeInCapacity.public String getAdjustmentType()
The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and
PercentChangeInCapacity.
ChangeInCapacity,
ExactCapacity, and PercentChangeInCapacity.public AdjustmentType withAdjustmentType(String adjustmentType)
The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and
PercentChangeInCapacity.
adjustmentType - The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity
, and PercentChangeInCapacity.public String toString()
toString in class ObjectObject.toString()public AdjustmentType clone()
Copyright © 2021. All rights reserved.