@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAcceleratorTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAcceleratorTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAcceleratorTypesResult |
clone() |
boolean |
equals(Object obj) |
List<AcceleratorType> |
getAcceleratorTypes()
The available accelerator types.
|
int |
hashCode() |
void |
setAcceleratorTypes(Collection<AcceleratorType> acceleratorTypes)
The available accelerator types.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAcceleratorTypesResult |
withAcceleratorTypes(AcceleratorType... acceleratorTypes)
The available accelerator types.
|
DescribeAcceleratorTypesResult |
withAcceleratorTypes(Collection<AcceleratorType> acceleratorTypes)
The available accelerator types.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AcceleratorType> getAcceleratorTypes()
The available accelerator types.
public void setAcceleratorTypes(Collection<AcceleratorType> acceleratorTypes)
The available accelerator types.
acceleratorTypes - The available accelerator types.public DescribeAcceleratorTypesResult withAcceleratorTypes(AcceleratorType... acceleratorTypes)
The available accelerator types.
NOTE: This method appends the values to the existing list (if any). Use
setAcceleratorTypes(java.util.Collection) or withAcceleratorTypes(java.util.Collection) if you
want to override the existing values.
acceleratorTypes - The available accelerator types.public DescribeAcceleratorTypesResult withAcceleratorTypes(Collection<AcceleratorType> acceleratorTypes)
The available accelerator types.
acceleratorTypes - The available accelerator types.public String toString()
toString in class ObjectObject.toString()public DescribeAcceleratorTypesResult clone()
Copyright © 2023. All rights reserved.