@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeElasticGpusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeElasticGpusResult() |
Modifier and Type | Method and Description |
---|---|
DescribeElasticGpusResult |
clone() |
boolean |
equals(Object obj) |
List<ElasticGpus> |
getElasticGpuSet()
Information about the Elastic Graphics accelerators.
|
Integer |
getMaxResults()
The total number of items to return.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setElasticGpuSet(Collection<ElasticGpus> elasticGpuSet)
Information about the Elastic Graphics accelerators.
|
void |
setMaxResults(Integer maxResults)
The total number of items to return.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeElasticGpusResult |
withElasticGpuSet(Collection<ElasticGpus> elasticGpuSet)
Information about the Elastic Graphics accelerators.
|
DescribeElasticGpusResult |
withElasticGpuSet(ElasticGpus... elasticGpuSet)
Information about the Elastic Graphics accelerators.
|
DescribeElasticGpusResult |
withMaxResults(Integer maxResults)
The total number of items to return.
|
DescribeElasticGpusResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ElasticGpus> getElasticGpuSet()
Information about the Elastic Graphics accelerators.
public void setElasticGpuSet(Collection<ElasticGpus> elasticGpuSet)
Information about the Elastic Graphics accelerators.
elasticGpuSet
- Information about the Elastic Graphics accelerators.public DescribeElasticGpusResult withElasticGpuSet(ElasticGpus... elasticGpuSet)
Information about the Elastic Graphics accelerators.
NOTE: This method appends the values to the existing list (if any). Use
setElasticGpuSet(java.util.Collection)
or withElasticGpuSet(java.util.Collection)
if you want
to override the existing values.
elasticGpuSet
- Information about the Elastic Graphics accelerators.public DescribeElasticGpusResult withElasticGpuSet(Collection<ElasticGpus> elasticGpuSet)
Information about the Elastic Graphics accelerators.
elasticGpuSet
- Information about the Elastic Graphics accelerators.public void setMaxResults(Integer maxResults)
The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.
maxResults
- The total number of items to return. If the total number of items available is more than the value
specified in max-items then a Next-Token will be provided in the output that you can use to resume
pagination.public Integer getMaxResults()
The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.
public DescribeElasticGpusResult withMaxResults(Integer maxResults)
The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.
maxResults
- The total number of items to return. If the total number of items available is more than the value
specified in max-items then a Next-Token will be provided in the output that you can use to resume
pagination.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeElasticGpusResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeElasticGpusResult clone()
Copyright © 2022. All rights reserved.