@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAcceleratorOfferingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeAcceleratorOfferingsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeAcceleratorOfferingsResult | clone() | 
| boolean | equals(Object obj) | 
| List<AcceleratorTypeOffering> | getAcceleratorTypeOfferings()
 The list of accelerator type offerings for a specific location. | 
| int | hashCode() | 
| void | setAcceleratorTypeOfferings(Collection<AcceleratorTypeOffering> acceleratorTypeOfferings)
 The list of accelerator type offerings for a specific location. | 
| String | toString()Returns a string representation of this object. | 
| DescribeAcceleratorOfferingsResult | withAcceleratorTypeOfferings(AcceleratorTypeOffering... acceleratorTypeOfferings)
 The list of accelerator type offerings for a specific location. | 
| DescribeAcceleratorOfferingsResult | withAcceleratorTypeOfferings(Collection<AcceleratorTypeOffering> acceleratorTypeOfferings)
 The list of accelerator type offerings for a specific location. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AcceleratorTypeOffering> getAcceleratorTypeOfferings()
The list of accelerator type offerings for a specific location.
public void setAcceleratorTypeOfferings(Collection<AcceleratorTypeOffering> acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
acceleratorTypeOfferings - The list of accelerator type offerings for a specific location.public DescribeAcceleratorOfferingsResult withAcceleratorTypeOfferings(AcceleratorTypeOffering... acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
 NOTE: This method appends the values to the existing list (if any). Use
 setAcceleratorTypeOfferings(java.util.Collection) or
 withAcceleratorTypeOfferings(java.util.Collection) if you want to override the existing values.
 
acceleratorTypeOfferings - The list of accelerator type offerings for a specific location.public DescribeAcceleratorOfferingsResult withAcceleratorTypeOfferings(Collection<AcceleratorTypeOffering> acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
acceleratorTypeOfferings - The list of accelerator type offerings for a specific location.public String toString()
toString in class ObjectObject.toString()public DescribeAcceleratorOfferingsResult clone()