@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 one or more FPGA images.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setFpgaImages(Collection<FpgaImage> fpgaImages)
Information about one or more 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; useful for testing and debugging.
|
DescribeFpgaImagesResult |
withFpgaImages(Collection<FpgaImage> fpgaImages)
Information about one or more FPGA images.
|
DescribeFpgaImagesResult |
withFpgaImages(FpgaImage... fpgaImages)
Information about one or more FPGA images.
|
DescribeFpgaImagesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<FpgaImage> getFpgaImages()
Information about one or more FPGA images.
public void setFpgaImages(Collection<FpgaImage> fpgaImages)
Information about one or more FPGA images.
fpgaImages - Information about one or more FPGA images.public DescribeFpgaImagesResult withFpgaImages(FpgaImage... fpgaImages)
Information about one or more 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 one or more FPGA images.public DescribeFpgaImagesResult withFpgaImages(Collection<FpgaImage> fpgaImages)
Information about one or more FPGA images.
fpgaImages - Information about one or more 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 ObjectObject.toString()public DescribeFpgaImagesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.