@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFpgaImagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFpgaImagesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFpgaImagesResult |
clone() |
boolean |
equals(Object obj) |
List<FpgaImage> |
getFpgaImages()
Information about the FPGA images.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setFpgaImages(Collection<FpgaImage> fpgaImages)
Information about the FPGA images.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFpgaImagesResult |
withFpgaImages(Collection<FpgaImage> fpgaImages)
Information about the FPGA images.
|
DescribeFpgaImagesResult |
withFpgaImages(FpgaImage... fpgaImages)
Information about the FPGA images.
|
DescribeFpgaImagesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FpgaImage> getFpgaImages()
Information about the FPGA images.
public void setFpgaImages(Collection<FpgaImage> fpgaImages)
Information about the FPGA images.
fpgaImages
- Information about the FPGA images.public DescribeFpgaImagesResult withFpgaImages(FpgaImage... fpgaImages)
Information about the FPGA images.
NOTE: This method appends the values to the existing list (if any). Use
setFpgaImages(java.util.Collection)
or withFpgaImages(java.util.Collection)
if you want to
override the existing values.
fpgaImages
- Information about the FPGA images.public DescribeFpgaImagesResult withFpgaImages(Collection<FpgaImage> fpgaImages)
Information about the FPGA images.
fpgaImages
- Information about the FPGA images.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 DescribeFpgaImagesResult 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 DescribeFpgaImagesResult clone()
Copyright © 2021. All rights reserved.