@Generated(value="software.amazon.awssdk:codegen") public final class FpgaImageAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FpgaImageAttribute.Builder,FpgaImageAttribute>
Describes an Amazon FPGA image (AFI) attribute.
Modifier and Type | Class and Description |
---|---|
static interface |
FpgaImageAttribute.Builder |
Modifier and Type | Method and Description |
---|---|
static FpgaImageAttribute.Builder |
builder() |
String |
description()
The description of the AFI.
|
boolean |
equals(Object obj) |
String |
fpgaImageId()
The ID of the AFI.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<LoadPermission> |
loadPermissions()
One or more load permissions.
|
String |
name()
The name of the AFI.
|
List<ProductCode> |
productCodes()
One or more product codes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FpgaImageAttribute.Builder> |
serializableBuilderClass() |
FpgaImageAttribute.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String fpgaImageId()
The ID of the AFI.
public String name()
The name of the AFI.
public String description()
The description of the AFI.
public List<LoadPermission> loadPermissions()
One or more load permissions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ProductCode> productCodes()
One or more product codes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public FpgaImageAttribute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FpgaImageAttribute.Builder,FpgaImageAttribute>
public static FpgaImageAttribute.Builder builder()
public static Class<? extends FpgaImageAttribute.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.