public class DescribeAdjustmentTypesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAdjustmentTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAdjustmentTypesResult |
clone() |
boolean |
equals(Object obj) |
List<AdjustmentType> |
getAdjustmentTypes()
The policy adjustment types.
|
int |
hashCode() |
void |
setAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAdjustmentTypesResult |
withAdjustmentTypes(AdjustmentType... adjustmentTypes)
The policy adjustment types.
|
DescribeAdjustmentTypesResult |
withAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
|
public List<AdjustmentType> getAdjustmentTypes()
The policy adjustment types.
public void setAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
adjustmentTypes - The policy adjustment types.public DescribeAdjustmentTypesResult withAdjustmentTypes(AdjustmentType... adjustmentTypes)
The policy adjustment types.
NOTE: This method appends the values to the existing list (if
any). Use setAdjustmentTypes(java.util.Collection) or
withAdjustmentTypes(java.util.Collection) if you want to
override the existing values.
adjustmentTypes - The policy adjustment types.public DescribeAdjustmentTypesResult withAdjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
adjustmentTypes - The policy adjustment types.public String toString()
toString in class ObjectObject.toString()public DescribeAdjustmentTypesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.