Class DescribeAdjustmentTypesResult
java.lang.Object
com.amazonaws.services.autoscaling.model.DescribeAdjustmentTypesResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe policy adjustment types.inthashCode()voidsetAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes) The policy adjustment types.toString()Returns a string representation of this object; useful for testing and debugging.withAdjustmentTypes(AdjustmentType... adjustmentTypes) The policy adjustment types.withAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes) The policy adjustment types.
-
Constructor Details
-
DescribeAdjustmentTypesResult
public DescribeAdjustmentTypesResult()
-
-
Method Details
-
getAdjustmentTypes
The policy adjustment types.
- Returns:
- The policy adjustment types.
-
setAdjustmentTypes
The policy adjustment types.
- Parameters:
adjustmentTypes- The policy adjustment types.
-
withAdjustmentTypes
The policy adjustment types.
NOTE: This method appends the values to the existing list (if any). Use
setAdjustmentTypes(java.util.Collection)orwithAdjustmentTypes(java.util.Collection)if you want to override the existing values.- Parameters:
adjustmentTypes- The policy adjustment types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAdjustmentTypes
public DescribeAdjustmentTypesResult withAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes) The policy adjustment types.
- Parameters:
adjustmentTypes- The policy adjustment types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-