@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public DescribeAcceleratorOfferingsResult clone()