ToCopyableBuilder<DescribeFpgaImagesResponse.Builder,DescribeFpgaImagesResponse>@Generated("software.amazon.awssdk:codegen") public class DescribeFpgaImagesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeFpgaImagesResponse.Builder,DescribeFpgaImagesResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeFpgaImagesResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DescribeFpgaImagesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<FpgaImage> |
fpgaImages() |
Information about one or more FPGA images.
|
int |
hashCode() |
|
String |
nextToken() |
The token to use to retrieve the next page of results.
|
static Class<? extends DescribeFpgaImagesResponse.Builder> |
serializableBuilderClass() |
|
DescribeFpgaImagesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<FpgaImage> fpgaImages()
Information about one or more FPGA images.
public 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.
null when there are no
more results to return.public DescribeFpgaImagesResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeFpgaImagesResponse.Builder,DescribeFpgaImagesResponse>public static DescribeFpgaImagesResponse.Builder builder()
public static Class<? extends DescribeFpgaImagesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.