public class DescribeAdjustmentTypesResult
extends java.lang.Object
implements java.io.Serializable
The output of the DescribeAdjustmentTypes action.
| コンストラクタと説明 |
|---|
DescribeAdjustmentTypesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AdjustmentType> |
getAdjustmentTypes()
A list of specific policy adjustment types.
|
int |
hashCode() |
void |
setAdjustmentTypes(java.util.Collection<AdjustmentType> adjustmentTypes)
A list of specific policy adjustment types.
|
java.lang.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(java.util.Collection<AdjustmentType> adjustmentTypes)
A list of specific policy adjustment types.
|
public java.util.List<AdjustmentType> getAdjustmentTypes()
public void setAdjustmentTypes(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object