public class DescribeAdjustmentTypesResult extends Object implements Serializable
The output of the DescribeAdjustmentTypes action.
| Constructor and Description |
|---|
DescribeAdjustmentTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.