public class DescribeAdjustmentTypesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeAdjustmentTypesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AdjustmentType> |
getAdjustmentTypes()
The policy adjustment types.
|
int |
hashCode() |
void |
setAdjustmentTypes(java.util.Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAdjustmentTypesResult |
withAdjustmentTypes(AdjustmentType... adjustmentTypes)
The policy adjustment types.
|
DescribeAdjustmentTypesResult |
withAdjustmentTypes(java.util.Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
|
public java.util.List<AdjustmentType> getAdjustmentTypes()
The policy adjustment types.
The policy adjustment types.
public void setAdjustmentTypes(java.util.Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
adjustmentTypes
- The policy adjustment types.
public DescribeAdjustmentTypesResult withAdjustmentTypes(AdjustmentType... adjustmentTypes)
The policy adjustment types.
Returns a reference to this object so that method calls can be chained together.
adjustmentTypes
- The policy adjustment types.
public DescribeAdjustmentTypesResult withAdjustmentTypes(java.util.Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
Returns a reference to this object so that method calls can be chained together.
adjustmentTypes
- The policy adjustment types.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.