@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAdjustmentTypesResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public DescribeAdjustmentTypesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.