|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeAdjustmentTypesResult
public class DescribeAdjustmentTypesResult
The output of the DescribeAdjustmentTypes action.
| Constructor Summary | |
|---|---|
DescribeAdjustmentTypesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<AdjustmentType> |
getAdjustmentTypes()
A list of specific policy adjustment types. |
int |
hashCode()
|
void |
setAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
A list of specific policy adjustment types. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAdjustmentTypesResult |
withAdjustmentTypes(AdjustmentType... adjustmentTypes)
A list of specific policy adjustment types. |
DescribeAdjustmentTypesResult |
withAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
A list of specific policy adjustment types. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeAdjustmentTypesResult()
| Method Detail |
|---|
public List<AdjustmentType> getAdjustmentTypes()
public void setAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
adjustmentTypes - A list of specific policy adjustment types.public DescribeAdjustmentTypesResult withAdjustmentTypes(AdjustmentType... adjustmentTypes)
Returns a reference to this object so that method calls can be chained together.
adjustmentTypes - A list of specific policy adjustment types.
public DescribeAdjustmentTypesResult withAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
Returns a reference to this object so that method calls can be chained together.
adjustmentTypes - A list of specific policy adjustment types.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||