@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAcceleratorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DescribeAcceleratorsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeAcceleratorsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<ElasticInferenceAccelerator> | 
getAcceleratorSet()
 The details of the Elastic Inference Accelerators. 
 | 
String | 
getNextToken()
 A token to specify where to start paginating. 
 | 
int | 
hashCode()  | 
void | 
setAcceleratorSet(Collection<ElasticInferenceAccelerator> acceleratorSet)
 The details of the Elastic Inference Accelerators. 
 | 
void | 
setNextToken(String nextToken)
 A token to specify where to start paginating. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeAcceleratorsResult | 
withAcceleratorSet(Collection<ElasticInferenceAccelerator> acceleratorSet)
 The details of the Elastic Inference Accelerators. 
 | 
DescribeAcceleratorsResult | 
withAcceleratorSet(ElasticInferenceAccelerator... acceleratorSet)
 The details of the Elastic Inference Accelerators. 
 | 
DescribeAcceleratorsResult | 
withNextToken(String nextToken)
 A token to specify where to start paginating. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ElasticInferenceAccelerator> getAcceleratorSet()
The details of the Elastic Inference Accelerators.
public void setAcceleratorSet(Collection<ElasticInferenceAccelerator> acceleratorSet)
The details of the Elastic Inference Accelerators.
acceleratorSet - The details of the Elastic Inference Accelerators.public DescribeAcceleratorsResult withAcceleratorSet(ElasticInferenceAccelerator... acceleratorSet)
The details of the Elastic Inference Accelerators.
 NOTE: This method appends the values to the existing list (if any). Use
 setAcceleratorSet(java.util.Collection) or withAcceleratorSet(java.util.Collection) if you want
 to override the existing values.
 
acceleratorSet - The details of the Elastic Inference Accelerators.public DescribeAcceleratorsResult withAcceleratorSet(Collection<ElasticInferenceAccelerator> acceleratorSet)
The details of the Elastic Inference Accelerators.
acceleratorSet - The details of the Elastic Inference Accelerators.public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken - A token to specify where to start paginating. This is the NextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
public DescribeAcceleratorsResult withNextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken - A token to specify where to start paginating. This is the NextToken from a previously truncated response.public String toString()
toString in class ObjectObject.toString()public DescribeAcceleratorsResult clone()